#96CAFF

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

Shades of Light Sky Blue #96CAFF

Tints of Light Sky Blue #96CAFF

Color information

#96CAFF (or 0x96CAFF) is unknown color: approx Light Sky Blue. HEX triplet: 96, CA and FF. RGB value is (150,202,255). Sum of RGB (Red+Green+Blue) = 150+202+255=607 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.71% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #96CAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CAFF is #693500. Grayscale: #C0C0C0. Windows color (decimal): -6894849 or 16763542. OLE color: 16763542.

HSL color Cylindrical-coordinate representation of color #96CAFF: hue angle of 210.29º 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 #96CAFF is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB150202255-
CMYK0.410.2100
HSL210.29º100%79.41%-
HSV(B)210.29º41.18%100%-
XYZ51.7555.95102.68-
YUV192.49163.2797.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.71%
GREEN value IS 202 (79.30% from 255) = 33.28%
BLUE value IS 255 (100% from 255) = 42.01%
R=24.71%
G=33.28%
B=42.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1502022550.410.2100210.2910079.41
Hex96CAFF291500d2644f
Octal226312377512500322144117
Binary10010110110010101111111110100110101001101001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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