#99CCFE

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

Shades of Light Sky Blue #99CCFE

Tints of Light Sky Blue #99CCFE

Color information

#99CCFE (or 0x99CCFE) is unknown color: approx Light Sky Blue. HEX triplet: 99, CC and FE. RGB value is (153,204,254). Sum of RGB (Red+Green+Blue) = 153+204+254=611 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.04% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #99CCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CCFE is #663301. Grayscale: #C2C2C2. Windows color (decimal): -6697730 or 16698521. OLE color: 16698521.

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

Color convert

RGB153204254-
CMYK0.400.2000.00
HSL209.7º98.06%79.8%-
HSV(B)209.7º39.76%99.61%-
XYZ52.6257.11102.02-
YUV194.45161.698.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.04%
GREEN value IS 204 (80.08% from 255) = 33.39%
BLUE value IS 254 (99.61% from 255) = 41.57%
R=25.04%
G=33.39%
B=41.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1532042540.400.2000.00209.798.0679.8
Hex99CCFE281400d26250
Octal231314376502400322142120
Binary10011001110011001111111010100010100001101001011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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