#96CCF9

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

Shades of Light Sky Blue #96CCF9

Tints of Light Sky Blue #96CCF9

Color information

#96CCF9 (or 0x96CCF9) is unknown color: approx Light Sky Blue. HEX triplet: 96, CC and F9. RGB value is (150,204,249). Sum of RGB (Red+Green+Blue) = 150+204+249=603 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.88% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 249 - color contains mainly: blue. Hex color #96CCF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CCF9 is #693306. Grayscale: #C0C0C0. Windows color (decimal): -6894343 or 16370838. OLE color: 16370838.

HSL color Cylindrical-coordinate representation of color #96CCF9: hue angle of 207.27º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96CCF9 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150204249-
CMYK0.400.1800.02
HSL207.27º89.19%78.24%-
HSV(B)207.27º39.76%97.65%-
XYZ51.2756.5197.83-
YUV192.98159.6197.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.88%
GREEN value IS 204 (80.08% from 255) = 33.83%
BLUE value IS 249 (97.66% from 255) = 41.29%
R=24.88%
G=33.83%
B=41.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502042490.400.1800.02207.2789.1978.24
Hex96CCF9281202cf594e
Octal226314371502202317131116
Binary100101101100110011111001101000100100101100111110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96CCF9; }

 p { color: rgb(150,204,249); }

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

<style>
 a { background-color: #96CCF9; }

 a { background-color: rgb(150,204,249); }

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

<style>
 span { border-color: #96CCF9; }

 span { border-color: rgb(150,204,249); }

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