#91EAE4

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

Shades of Blizzard Blue #91EAE4

Tints of Blizzard Blue #91EAE4

Color information

#91EAE4 (or 0x91EAE4) is unknown color: approx Blizzard Blue. HEX triplet: 91, EA and E4. RGB value is (145,234,228). Sum of RGB (Red+Green+Blue) = 145+234+228=607 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.89% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #91EAE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91EAE4 is #6E151B. Grayscale: #CECECE. Windows color (decimal): -7214364 or 15002257. OLE color: 15002257.

HSL color Cylindrical-coordinate representation of color #91EAE4: hue angle of 175.96º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91EAE4 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB145234228-
CMYK0.3800.030.08
HSL175.96º67.94%74.31%-
HSV(B)175.96º38.03%91.76%-
XYZ55.170.4784.1-
YUV206.7140.0183.99-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.89%
GREEN value IS 234 (91.80% from 255) = 38.55%
BLUE value IS 228 (89.45% from 255) = 37.56%
R=23.89%
G=38.55%
B=37.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1452342280.3800.030.08175.9667.9474.31
Hex91EAE426038b0444a
Octal221352344460310260104112
Binary10010001111010101110010010011001110001011000010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91EAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,234,228); }

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

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

 a { background-color: rgb(145,234,228); }

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

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

 span { border-color: rgb(145,234,228); }

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