#96CCFF

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

Shades of Light Sky Blue #96CCFF

Tints of Light Sky Blue #96CCFF

Color information

#96CCFF (or 0x96CCFF) is unknown color: approx Light Sky Blue. HEX triplet: 96, CC and FF. RGB value is (150,204,255). Sum of RGB (Red+Green+Blue) = 150+204+255=609 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.63% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #96CCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CCFF is #693300. Grayscale: #C1C1C1. Windows color (decimal): -6894337 or 16764054. OLE color: 16764054.

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

Color convert

RGB150204255-
CMYK0.410.200
HSL209.14º100%79.41%-
HSV(B)209.14º41.18%100%-
XYZ52.2256.89102.84-
YUV193.67162.6196.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.63%
GREEN value IS 204 (80.08% from 255) = 33.50%
BLUE value IS 255 (100% from 255) = 41.87%
R=24.63%
G=33.50%
B=41.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1502042550.410.200209.1410079.41
Hex96CCFF291400d1644f
Octal226314377512400321144117
Binary10010110110011001111111110100110100001101000111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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