#99CCFF

Color #99CCFF Light Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sky Blue #99CCFF

Tints of Light Sky Blue #99CCFF

Color information

#99CCFF (or 0x99CCFF) is unknown color: approx Light Sky Blue. HEX triplet: 99, CC and FF. RGB value is (153,204,255). Sum of RGB (Red+Green+Blue) = 153+204+255=612 (81% of max value = 765). Red value is 153 (60.16% from 255 or 25% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #99CCFF is a web safe color. Inversed color of #99CCFF is #663300. Grayscale: #C2C2C2. Windows color (decimal): -6697729 or 16764057. OLE color: 16764057.

HSL color Cylindrical-coordinate representation of color #99CCFF: hue angle of 210º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99CCFF is Cyan = 0.4, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB153204255-
CMYK0.40.200
HSL210º100%80%-
HSV(B)210º40%100%-
XYZ52.7857.18102.86-
YUV194.56162.198.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 25%
GREEN value IS 204 (80.08% from 255) = 33.33%
BLUE value IS 255 (100% from 255) = 41.67%
R=25%
G=33.33%
B=41.67%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1532042550.40.20021010080
Hex99CCFF281400d26450
Octal231314377502400322144120
Binary10011001110011001111111110100010100001101001011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99CCFF; }

 p { color: rgb(153,204,255); }

 H1.HeaderClassName
 {
   color: #99CCFF;
 }
 .AnyTagClassName
 {
   color: #99CCFF;
 }
</style>
background-color css

<style>
 a { background-color: #99CCFF; }

 a { background-color: rgb(153,204,255); }

 div.DivClassName
 {
   background-color: #99CCFF;
 }
 .BgClassName
 {
   background-color: #99CCFF;
 }
</style>
border-color css

<style>
 span { border-color: #99CCFF; }

 span { border-color: rgb(153,204,255); }

 td.TdClassName
 {
   border-color: #99CCFF;
 }
 .TagClassName
 {
   border-color: #99CCFF;
 }
</style>