#91E3ED

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

Shades of Blizzard Blue #91E3ED

Tints of Blizzard Blue #91E3ED

Color information

#91E3ED (or 0x91E3ED) is unknown color: approx Blizzard Blue. HEX triplet: 91, E3 and ED. RGB value is (145,227,237). Sum of RGB (Red+Green+Blue) = 145+227+237=609 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.81% from 609); Green value is 227 (89.06% from 255 or 37.27% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #91E3ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91E3ED is #6E1C12. Grayscale: #CBCBCB. Windows color (decimal): -7216147 or 15590289. OLE color: 15590289.

HSL color Cylindrical-coordinate representation of color #91E3ED: hue angle of 186.52º 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 #91E3ED is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB145227237-
CMYK0.390.0400.07
HSL186.52º71.88%74.9%-
HSV(B)186.52º38.82%92.94%-
XYZ54.4367.0790.2-
YUV203.62146.8386.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.81%
GREEN value IS 227 (89.06% from 255) = 37.27%
BLUE value IS 237 (92.97% from 255) = 38.92%
R=23.81%
G=37.27%
B=38.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1452272370.390.0400.07186.5271.8874.9
Hex91E3ED27407bb484b
Octal22134335547407273110113
Binary10010001111000111110110110011110001111011101110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91E3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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