#89E3EE

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

Shades of Blizzard Blue #89E3EE

Tints of Blizzard Blue #89E3EE

Color information

#89E3EE (or 0x89E3EE) is unknown color: approx Blizzard Blue. HEX triplet: 89, E3 and EE. RGB value is (137,227,238). Sum of RGB (Red+Green+Blue) = 137+227+238=602 (79% of max value = 765). Red value is 137 (53.91% from 255 or 22.76% from 602); Green value is 227 (89.06% from 255 or 37.71% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #89E3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89E3EE is #761C11. Grayscale: #C9C9C9. Windows color (decimal): -7740434 or 15655817. OLE color: 15655817.

HSL color Cylindrical-coordinate representation of color #89E3EE: hue angle of 186.53º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89E3EE is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB137227238-
CMYK0.420.0500.07
HSL186.53º74.81%73.53%-
HSV(B)186.53º42.44%93.33%-
XYZ53.2266.4390.91-
YUV201.34148.6882.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.76%
GREEN value IS 227 (89.06% from 255) = 37.71%
BLUE value IS 238 (93.36% from 255) = 39.53%
R=22.76%
G=37.71%
B=39.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1372272380.420.0500.07186.5374.8173.53
Hex89E3EE2A507bb4b4a
Octal21134335652507273113112
Binary10001001111000111110111010101010101111011101110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89E3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89E3EE; }

 p { color: rgb(137,227,238); }

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

<style>
 a { background-color: #89E3EE; }

 a { background-color: rgb(137,227,238); }

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

<style>
 span { border-color: #89E3EE; }

 span { border-color: rgb(137,227,238); }

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