#91E5EB

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

Shades of Blizzard Blue #91E5EB

Tints of Blizzard Blue #91E5EB

Color information

#91E5EB (or 0x91E5EB) is unknown color: approx Blizzard Blue. HEX triplet: 91, E5 and EB. RGB value is (145,229,235). Sum of RGB (Red+Green+Blue) = 145+229+235=609 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.81% from 609); Green value is 229 (89.84% from 255 or 37.60% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #91E5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91E5EB is #6E1A14. Grayscale: #CCCCCC. Windows color (decimal): -7215637 or 15459729. OLE color: 15459729.

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

Color convert

RGB145229235-
CMYK0.380.0300.08
HSL184º69.23%74.51%-
HSV(B)184º38.3%92.16%-
XYZ54.6968.0688.85-
YUV204.57145.1785.51-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.81%
GREEN value IS 229 (89.84% from 255) = 37.60%
BLUE value IS 235 (92.19% from 255) = 38.59%
R=23.81%
G=37.60%
B=38.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1452292350.380.0300.0818469.2374.51
Hex91E5EB26308b8454b
Octal221345353463010270105113
Binary10010001111001011110101110011011010001011100010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91E5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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