#96BBFD

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

Shades of Light Sky Blue #96BBFD

Tints of Light Sky Blue #96BBFD

Color information

#96BBFD (or 0x96BBFD) is unknown color: approx Light Sky Blue. HEX triplet: 96, BB and FD. RGB value is (150,187,253). Sum of RGB (Red+Green+Blue) = 150+187+253=590 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.42% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #96BBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BBFD is #694402. Grayscale: #B7B7B7. Windows color (decimal): -6898691 or 16628630. OLE color: 16628630.

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

Color convert

RGB150187253-
CMYK0.410.2600.01
HSL218.45º96.26%79.02%-
HSV(B)218.45º40.71%99.22%-
XYZ48.0849.1299.87-
YUV183.46167.24104.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.42%
GREEN value IS 187 (73.44% from 255) = 31.69%
BLUE value IS 253 (99.22% from 255) = 42.88%
R=25.42%
G=31.69%
B=42.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1501872530.410.2600.01218.4596.2679.02
Hex96BBFD291A01da604f
Octal226273375513201332140117
Binary10010110101110111111110110100111010011101101011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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