#96e3f0

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

Shades of Blizzard Blue #96E3F0

Tints of Blizzard Blue #96E3F0

Color information

#96E3F0 (or 0x96E3F0) is unknown color: approx Blizzard Blue. HEX triplet: 96, E3 and F0. RGB value is (150,227,240). Sum of RGB (Red+Green+Blue) = 150+227+240=617 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.31% from 617); Green value is 227 (89.06% from 255 or 36.79% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 240 - color contains mainly: blue. Hex color #96E3F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96E3F0 is #691C0F. Grayscale: #CDCDCD. Windows color (decimal): -6888464 or 15786902. OLE color: 15786902.

HSL color Cylindrical-coordinate representation of color #96E3F0: hue angle of 188.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96E3F0 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB150227240-
CMYK0.370.0500.06
HSL188.67º75%76.47%-
HSV(B)188.67º37.5%94.12%-
XYZ55.7767.7192.57-
YUV205.46147.4988.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.31%
GREEN value IS 227 (89.06% from 255) = 36.79%
BLUE value IS 240 (94.14% from 255) = 38.90%
R=24.31%
G=36.79%
B=38.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1502272400.370.0500.06188.677576.47
Hex96E3F025506bd4b4c
Octal22634336045506275113114
Binary10010110111000111111000010010110101101011110110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96e3f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,227,240); }

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

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

 a { background-color: rgb(150,227,240); }

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

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

 span { border-color: rgb(150,227,240); }

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