#91E7EF

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

Shades of Blizzard Blue #91E7EF

Tints of Blizzard Blue #91E7EF

Color information

#91E7EF (or 0x91E7EF) is unknown color: approx Blizzard Blue. HEX triplet: 91, E7 and EF. RGB value is (145,231,239). Sum of RGB (Red+Green+Blue) = 145+231+239=615 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.58% from 615); Green value is 231 (90.62% from 255 or 37.56% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #91E7EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91E7EF is #6E1810. Grayscale: #CECECE. Windows color (decimal): -7215121 or 15722385. OLE color: 15722385.

HSL color Cylindrical-coordinate representation of color #91E7EF: hue angle of 185.11º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91E7EF is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB145231239-
CMYK0.390.0300.06
HSL185.11º74.6%75.29%-
HSV(B)185.11º39.33%93.73%-
XYZ55.8369.492.11-
YUV206.2146.5184.35-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.58%
GREEN value IS 231 (90.62% from 255) = 37.56%
BLUE value IS 239 (93.75% from 255) = 38.86%
R=23.58%
G=37.56%
B=38.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1452312390.390.0300.06185.1174.675.29
Hex91E7EF27306b94b4b
Octal22134735747306271113113
Binary1001000111100111111011111001111101101011100110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91E7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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