#91E9EB

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

Shades of Blizzard Blue #91E9EB

Tints of Blizzard Blue #91E9EB

Color information

#91E9EB (or 0x91E9EB) is unknown color: approx Blizzard Blue. HEX triplet: 91, E9 and EB. RGB value is (145,233,235). Sum of RGB (Red+Green+Blue) = 145+233+235=613 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.65% from 613); Green value is 233 (91.41% from 255 or 38.01% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #91E9EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91E9EB is #6E1614. Grayscale: #CECECE. Windows color (decimal): -7214613 or 15460753. OLE color: 15460753.

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

Color convert

RGB145233235-
CMYK0.380.0100.08
HSL181.33º69.23%74.51%-
HSV(B)181.33º38.3%92.16%-
XYZ55.8170.389.22-
YUV206.92143.8583.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.65%
GREEN value IS 233 (91.41% from 255) = 38.01%
BLUE value IS 235 (92.19% from 255) = 38.34%
R=23.65%
G=38.01%
B=38.34%

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
Decimal1452332350.380.0100.08181.3369.2374.51
Hex91E9EB26108b5454b
Octal221351353461010265105113
Binary1001000111101001111010111001101010001011010110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91E9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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