#91E0EB

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

Shades of Blizzard Blue #91E0EB

Tints of Blizzard Blue #91E0EB

Color information

#91E0EB (or 0x91E0EB) is unknown color: approx Blizzard Blue. HEX triplet: 91, E0 and EB. RGB value is (145,224,235). Sum of RGB (Red+Green+Blue) = 145+224+235=604 (80% of max value = 765). Red value is 145 (57.03% from 255 or 24.01% from 604); Green value is 224 (87.89% from 255 or 37.09% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #91E0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91E0EB is #6E1F14. Grayscale: #C9C9C9. Windows color (decimal): -7216917 or 15458449. OLE color: 15458449.

HSL color Cylindrical-coordinate representation of color #91E0EB: hue angle of 187.33º 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 #91E0EB is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB145224235-
CMYK0.380.0500.08
HSL187.33º69.23%74.51%-
HSV(B)187.33º38.3%92.16%-
XYZ53.3365.3388.4-
YUV201.63146.8387.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 24.01%
GREEN value IS 224 (87.89% from 255) = 37.09%
BLUE value IS 235 (92.19% from 255) = 38.91%
R=24.01%
G=37.09%
B=38.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1452242350.380.0500.08187.3369.2374.51
Hex91E0EB26508bb454b
Octal221340353465010273105113
Binary100100011110000011101011100110101010001011101110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91E0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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