#96C2FB

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

Shades of Light Sky Blue #96C2FB

Tints of Light Sky Blue #96C2FB

Color information

#96C2FB (or 0x96C2FB) is unknown color: approx Light Sky Blue. HEX triplet: 96, C2 and FB. RGB value is (150,194,251). Sum of RGB (Red+Green+Blue) = 150+194+251=595 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.21% from 595); Green value is 194 (76.17% from 255 or 32.61% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #96C2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C2FB is #693D04. Grayscale: #BBBBBB. Windows color (decimal): -6896901 or 16499350. OLE color: 16499350.

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

Color convert

RGB150194251-
CMYK0.400.2300.02
HSL213.86º92.66%78.63%-
HSV(B)213.86º40.24%98.43%-
XYZ49.2852.0398.71-
YUV187.34163.92101.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.21%
GREEN value IS 194 (76.17% from 255) = 32.61%
BLUE value IS 251 (98.44% from 255) = 42.18%
R=25.21%
G=32.61%
B=42.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501942510.400.2300.02213.8692.6678.63
Hex96C2FB281702d65d4f
Octal226302373502702326135117
Binary100101101100001011111011101000101110101101011010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,194,251); }

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

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

 a { background-color: rgb(150,194,251); }

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

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

 span { border-color: rgb(150,194,251); }

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