#96CAFA

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

Shades of Light Sky Blue #96CAFA

Tints of Light Sky Blue #96CAFA

Color information

#96CAFA (or 0x96CAFA) is unknown color: approx Light Sky Blue. HEX triplet: 96, CA and FA. RGB value is (150,202,250). Sum of RGB (Red+Green+Blue) = 150+202+250=602 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.92% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #96CAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CAFA is #693505. Grayscale: #BFBFBF. Windows color (decimal): -6894854 or 16435862. OLE color: 16435862.

HSL color Cylindrical-coordinate representation of color #96CAFA: hue angle of 208.8º degrees, saturation: 0.91, 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 #96CAFA is Cyan = 0.4, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150202250-
CMYK0.40.1900.02
HSL208.8º90.91%78.43%-
HSV(B)208.8º40%98.04%-
XYZ50.9555.6398.49-
YUV191.92160.7798.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.92%
GREEN value IS 202 (79.30% from 255) = 33.55%
BLUE value IS 250 (98.05% from 255) = 41.53%
R=24.92%
G=33.55%
B=41.53%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502022500.40.1900.02208.890.9178.43
Hex96CAFA281302d15b4e
Octal226312372502302321133116
Binary100101101100101011111010101000100110101101000110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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