#91E0EA

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

Shades of Blizzard Blue #91E0EA

Tints of Blizzard Blue #91E0EA

Color information

#91E0EA (or 0x91E0EA) is unknown color: approx Blizzard Blue. HEX triplet: 91, E0 and EA. RGB value is (145,224,234). Sum of RGB (Red+Green+Blue) = 145+224+234=603 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.05% from 603); Green value is 224 (87.89% from 255 or 37.15% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #91E0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91E0EA is #6E1F15. Grayscale: #C9C9C9. Windows color (decimal): -7216918 or 15392913. OLE color: 15392913.

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

Color convert

RGB145224234-
CMYK0.380.0400.08
HSL186.74º67.94%74.31%-
HSV(B)186.74º38.03%91.76%-
XYZ53.1865.2787.64-
YUV201.52146.3387.69-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 24.05%
GREEN value IS 224 (87.89% from 255) = 37.15%
BLUE value IS 234 (91.80% from 255) = 38.81%
R=24.05%
G=37.15%
B=38.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1452242340.380.0400.08186.7467.9474.31
Hex91E0EA26408bb444a
Octal221340352464010273104112
Binary100100011110000011101010100110100010001011101110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91E0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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