#96C4F9

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

Shades of Light Sky Blue #96C4F9

Tints of Light Sky Blue #96C4F9

Color information

#96C4F9 (or 0x96C4F9) is unknown color: approx Light Sky Blue. HEX triplet: 96, C4 and F9. RGB value is (150,196,249). Sum of RGB (Red+Green+Blue) = 150+196+249=595 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.21% from 595); Green value is 196 (76.95% from 255 or 32.94% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: blue. Hex color #96C4F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C4F9 is #693B06. Grayscale: #BCBCBC. Windows color (decimal): -6896391 or 16368790. OLE color: 16368790.

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

Color convert

RGB150196249-
CMYK0.400.2100.02
HSL212.12º89.19%78.24%-
HSV(B)212.12º39.76%97.65%-
XYZ49.4252.897.21-
YUV188.29162.26100.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.21%
GREEN value IS 196 (76.95% from 255) = 32.94%
BLUE value IS 249 (97.66% from 255) = 41.85%
R=25.21%
G=32.94%
B=41.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501962490.400.2100.02212.1289.1978.24
Hex96C4F9281502d4594e
Octal226304371502502324131116
Binary100101101100010011111001101000101010101101010010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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