#91E7EB

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

Shades of Blizzard Blue #91E7EB

Tints of Blizzard Blue #91E7EB

Color information

#91E7EB (or 0x91E7EB) is unknown color: approx Blizzard Blue. HEX triplet: 91, E7 and EB. RGB value is (145,231,235). Sum of RGB (Red+Green+Blue) = 145+231+235=611 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.73% from 611); Green value is 231 (90.62% from 255 or 37.81% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #91E7EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91E7EB is #6E1814. Grayscale: #CDCDCD. Windows color (decimal): -7215125 or 15460241. OLE color: 15460241.

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

Color convert

RGB145231235-
CMYK0.380.0200.08
HSL182.67º69.23%74.51%-
HSV(B)182.67º38.3%92.16%-
XYZ55.2569.1789.04-
YUV205.74144.5184.67-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.73%
GREEN value IS 231 (90.62% from 255) = 37.81%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=23.73%
G=37.81%
B=38.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1452312350.380.0200.08182.6769.2374.51
Hex91E7EB26208b7454b
Octal221347353462010267105113
Binary10010001111001111110101110011010010001011011110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91E7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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