#96EBFB

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

Shades of Blizzard Blue #96EBFB

Tints of Blizzard Blue #96EBFB

Color information

#96EBFB (or 0x96EBFB) is unknown color: approx Blizzard Blue. HEX triplet: 96, EB and FB. RGB value is (150,235,251). Sum of RGB (Red+Green+Blue) = 150+235+251=636 (84% of max value = 765). Red value is 150 (58.98% from 255 or 23.58% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: blue. Hex color #96EBFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96EBFB is #691404. Grayscale: #D3D3D3. Windows color (decimal): -6886405 or 16509846. OLE color: 16509846.

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

Color convert

RGB150235251-
CMYK0.400.0600.02
HSL189.5º92.66%78.63%-
HSV(B)189.5º40.24%98.43%-
XYZ59.772.87102.18-
YUV211.41150.3484.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.58%
GREEN value IS 235 (92.19% from 255) = 36.95%
BLUE value IS 251 (98.44% from 255) = 39.47%
R=23.58%
G=36.95%
B=39.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502352510.400.0600.02189.592.6678.63
Hex96EBFB28602be5d4f
Octal22635337350602276135117
Binary1001011011101011111110111010001100101011111010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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