#96C3FD

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

Shades of Light Sky Blue #96C3FD

Tints of Light Sky Blue #96C3FD

Color information

#96C3FD (or 0x96C3FD) is unknown color: approx Light Sky Blue. HEX triplet: 96, C3 and FD. RGB value is (150,195,253). Sum of RGB (Red+Green+Blue) = 150+195+253=598 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25.08% from 598); Green value is 195 (76.56% from 255 or 32.61% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #96C3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C3FD is #693C02. Grayscale: #BBBBBB. Windows color (decimal): -6896643 or 16630678. OLE color: 16630678.

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

Color convert

RGB150195253-
CMYK0.410.2300.01
HSL213.79º96.26%79.02%-
HSV(B)213.79º40.71%99.22%-
XYZ49.8252.61100.46-
YUV188.16164.59100.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.08%
GREEN value IS 195 (76.56% from 255) = 32.61%
BLUE value IS 253 (99.22% from 255) = 42.31%
R=25.08%
G=32.61%
B=42.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1501952530.410.2300.01213.7996.2679.02
Hex96C3FD291701d6604f
Octal226303375512701326140117
Binary10010110110000111111110110100110111011101011011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,195,253); }

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

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

 a { background-color: rgb(150,195,253); }

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

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

 span { border-color: rgb(150,195,253); }

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