#96CEFB

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

Shades of Light Sky Blue #96CEFB

Tints of Light Sky Blue #96CEFB

Color information

#96CEFB (or 0x96CEFB) is unknown color: approx Light Sky Blue. HEX triplet: 96, CE and FB. RGB value is (150,206,251). Sum of RGB (Red+Green+Blue) = 150+206+251=607 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.71% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #96CEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CEFB is #693104. Grayscale: #C2C2C2. Windows color (decimal): -6893829 or 16502422. OLE color: 16502422.

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

Color convert

RGB150206251-
CMYK0.400.1800.02
HSL206.73º92.66%78.63%-
HSV(B)206.73º40.24%98.43%-
XYZ52.0657.5999.64-
YUV194.39159.9596.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.71%
GREEN value IS 206 (80.86% from 255) = 33.94%
BLUE value IS 251 (98.44% from 255) = 41.35%
R=24.71%
G=33.94%
B=41.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502062510.400.1800.02206.7392.6678.63
Hex96CEFB281202cf5d4f
Octal226316373502202317135117
Binary100101101100111011111011101000100100101100111110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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