#91E8EB

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

Shades of Blizzard Blue #91E8EB

Tints of Blizzard Blue #91E8EB

Color information

#91E8EB (or 0x91E8EB) is unknown color: approx Blizzard Blue. HEX triplet: 91, E8 and EB. RGB value is (145,232,235). Sum of RGB (Red+Green+Blue) = 145+232+235=612 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.69% from 612); Green value is 232 (91.02% from 255 or 37.91% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #91E8EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91E8EB is #6E1714. Grayscale: #CECECE. Windows color (decimal): -7214869 or 15460497. OLE color: 15460497.

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

Color convert

RGB145232235-
CMYK0.380.0100.08
HSL182º69.23%74.51%-
HSV(B)182º38.3%92.16%-
XYZ55.5369.7389.13-
YUV206.33144.1884.26-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.69%
GREEN value IS 232 (91.02% from 255) = 37.91%
BLUE value IS 235 (92.19% from 255) = 38.40%
R=23.69%
G=37.91%
B=38.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1452322350.380.0100.0818269.2374.51
Hex91E8EB26108b6454b
Octal221350353461010266105113
Binary1001000111101000111010111001101010001011011010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91E8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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