Color Hex Logo

#99ccff Color Hex

#99CCFF
(153,204,255)
39 Favorites   1 Comments

Color spaces of #99ccff

RGB 153204255
HSL0.581.000.80
HSV210°40°100°
CMYK 0.400.200.00   0.00
XYZ52.779757.1780102.8624
Yxy57.17800.24800.2687
Hunter Lab75.6161-7.7361-27.7223
CIE-Lab80.2796-4.0257-30.2443

#99ccff color RGB value is (153,204,255). This hex color code is also a web safe color which is equal to #9CF.

#99ccff hex color red value is 153, green value is 204 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #99ccff hue: 0.58 , saturation: 1.00 and the lightness value of 99ccff is 0.80.

The process color (four color CMYK) of #99ccff color hex is 0.40, 0.20, 0.00, 0.00. Web safe color of #99ccff is #99ccff. Color #99ccff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11001100 11111111
Octal 231 314 377
Decimal 153 204 255
Hex 99 CC FF

RGB Percentages of Color #99ccff

%25.00
%33.33
%41.67

CMYK Percentages of Color #99ccff

%40
%20
%0
%0

Triadic Colors of #99ccff

#99ccff #ff99cc #ccff99

Analogous Colors of #99ccff

#99ccff #9999ff #99ffff

Monochromatic Colors of #99ccff

#99ccff

Complementary Color

#99ccff #ffcc99

#99ccff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ccff Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ccff Color CSS Codes

.mybgcolor {background-color:#99ccff; } 
.myforecolor {color:#99ccff; }
.mybordercolor {border:3px solid #99ccff; }

#99ccff Text Font Color

<p style="color:#99ccff">Text here</p>

This sample text font color is #99ccff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#99ccff Background Color

<div style="background-color:#99ccff">
Div content here</div>

This div background color is #99ccff


#99ccff Border Color

<div style="border:3px solid #99ccff">
Div here</div>

This div border color is #99ccff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,204,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99ccff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99ccff;
  -webkit-box-shadow: 1px 1px 3px 2px #99ccff;
  box-shadow:         1px 1px 3px 2px #99ccff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,204,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #99ccff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #99ccff;
  -webkit-box-shadow: 1px 1px 3px 2px #99ccff;
  box-shadow:         1px 1px 3px 2px #99ccff;">
Div content here</div>

This div box has shadow with color #99ccff

Related Colors


Comments

17 May 2023, 16:10 oh_dear

We all HATE stinky non Alphabet Blue

Please login to write comment.