#91EDE4

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

Shades of Blizzard Blue #91EDE4

Tints of Blizzard Blue #91EDE4

Color information

#91EDE4 (or 0x91EDE4) is unknown color: approx Blizzard Blue. HEX triplet: 91, ED and E4. RGB value is (145,237,228). Sum of RGB (Red+Green+Blue) = 145+237+228=610 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.77% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 228 (89.45% from 255 or 37.38% from 610); Max value from RGB is 237 - color contains mainly: green. Hex color #91EDE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91EDE4 is #6E121B. Grayscale: #D0D0D0. Windows color (decimal): -7213596 or 15003025. OLE color: 15003025.

HSL color Cylindrical-coordinate representation of color #91EDE4: hue angle of 174.13º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91EDE4 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB145237228-
CMYK0.3900.040.07
HSL174.13º71.88%74.9%-
HSV(B)174.13º38.82%92.94%-
XYZ55.9672.1984.38-
YUV208.47139.0282.73-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.77%
GREEN value IS 237 (92.97% from 255) = 38.85%
BLUE value IS 228 (89.45% from 255) = 37.38%
R=23.77%
G=38.85%
B=37.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1452372280.3900.040.07174.1371.8874.9
Hex91EDE427047ae484b
Octal22135534447047256110113
Binary10010001111011011110010010011101001111010111010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91EDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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