#91E7EC

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

Shades of Blizzard Blue #91E7EC

Tints of Blizzard Blue #91E7EC

Color information

#91E7EC (or 0x91E7EC) is unknown color: approx Blizzard Blue. HEX triplet: 91, E7 and EC. RGB value is (145,231,236). Sum of RGB (Red+Green+Blue) = 145+231+236=612 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.69% from 612); Green value is 231 (90.62% from 255 or 37.75% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #91E7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91E7EC is #6E1813. Grayscale: #CDCDCD. Windows color (decimal): -7215124 or 15525777. OLE color: 15525777.

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

Color convert

RGB145231236-
CMYK0.390.0200.07
HSL183.3º70.54%74.71%-
HSV(B)183.3º38.56%92.55%-
XYZ55.3969.2389.8-
YUV205.86145.0184.59-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.69%
GREEN value IS 231 (90.62% from 255) = 37.75%
BLUE value IS 236 (92.58% from 255) = 38.56%
R=23.69%
G=37.75%
B=38.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1452312360.390.0200.07183.370.5474.71
Hex91E7EC27207b7474b
Octal22134735447207267107113
Binary1001000111100111111011001001111001111011011110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91E7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,231,236); }

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

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

 a { background-color: rgb(145,231,236); }

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

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

 span { border-color: rgb(145,231,236); }

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