#96E2F1

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

Shades of Blizzard Blue #96E2F1

Tints of Blizzard Blue #96E2F1

Color information

#96E2F1 (or 0x96E2F1) is unknown color: approx Blizzard Blue. HEX triplet: 96, E2 and F1. RGB value is (150,226,241). Sum of RGB (Red+Green+Blue) = 150+226+241=617 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.31% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #96E2F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96E2F1 is #691D0E. Grayscale: #CCCCCC. Windows color (decimal): -6888719 or 15852182. OLE color: 15852182.

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

Color convert

RGB150226241-
CMYK0.380.0600.05
HSL189.89º76.47%76.67%-
HSV(B)189.89º37.76%94.51%-
XYZ55.6567.2393.26-
YUV204.99148.3288.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.31%
GREEN value IS 226 (88.67% from 255) = 36.63%
BLUE value IS 241 (94.53% from 255) = 39.06%
R=24.31%
G=36.63%
B=39.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502262410.380.0600.05189.8976.4776.67
Hex96E2F126605be4c4d
Octal22634236146605276114115
Binary10010110111000101111000110011011001011011111010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,226,241); }

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

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

 a { background-color: rgb(150,226,241); }

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

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

 span { border-color: rgb(150,226,241); }

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