#91F2E8

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

Shades of Blizzard Blue #91F2E8

Tints of Blizzard Blue #91F2E8

Color information

#91F2E8 (or 0x91F2E8) is unknown color: approx Blizzard Blue. HEX triplet: 91, F2 and E8. RGB value is (145,242,232). Sum of RGB (Red+Green+Blue) = 145+242+232=619 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.42% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 232 (91.02% from 255 or 37.48% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #91F2E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91F2E8 is #6E0D17. Grayscale: #D3D3D3. Windows color (decimal): -7212312 or 15266449. OLE color: 15266449.

HSL color Cylindrical-coordinate representation of color #91F2E8: hue angle of 173.81º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91F2E8 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB145242232-
CMYK0.4000.040.05
HSL173.81º78.86%75.88%-
HSV(B)173.81º40.08%94.9%-
XYZ57.9975.3587.83-
YUV211.86139.3680.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.42%
GREEN value IS 242 (94.92% from 255) = 39.10%
BLUE value IS 232 (91.02% from 255) = 37.48%
R=23.42%
G=39.10%
B=37.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1452422320.4000.040.05173.8178.8675.88
Hex91F2E828045ae4f4c
Octal22136235050045256117114
Binary10010001111100101110100010100001001011010111010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91F2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91F2E8; }

 p { color: rgb(145,242,232); }

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

<style>
 a { background-color: #91F2E8; }

 a { background-color: rgb(145,242,232); }

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

<style>
 span { border-color: #91F2E8; }

 span { border-color: rgb(145,242,232); }

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