Html Css Color HEX #89E5EE Blizzard Blue

📋 copy color: '#89E5EE'

red 137 ◦ green 229 ◦ blue 238

#89E5EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blizzard Blue #89E5EE

Tints of Blizzard Blue #89E5EE

RGB

 RED value IS 137 (53.91% from 255) = 22.68%

 GREEN value IS 229 (89.84% from 255) = 37.91%

 BLUE value IS 238 (93.36% from 255) = 39.4%

R = 22.68%
G = 37.91%
B = 39.4%

CMYK

 C value IS 0.42

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#89E5EE (or 0x89E5EE) is known color: Blizzard Blue. HEX triplet: 89, E5 and EE. RGB value is (137,229,238). Sum of RGB (Red+Green+Blue) = 137+229+238=604 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.68% from 604); Green value is 229 (89.84% from 255 or 37.91% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #89E5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89E5EE is #761A11. Grayscale: #CACACA. Windows color (decimal): -7739922 or 15656329. OLE color: 15656329.

HSL color Cylindrical-coordinate representation of color #89E5EE: hue angle of 185.35º 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 #89E5EE is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 229 238 -
CMYK 0.42 0.04 0 0.07
HSL 185.35º 0.75% 0.74% -
HSV(B) 185.35º 0.42% 0.93% -
XYZ 53.77 67.53 91.09 -
YUV 202.52 148.02 81.27 -
System Red Green Blue C M Y K H S L
Decimal 137 229 238 0.42 0.04 0 0.07 185.35 0.75 0.74
Hex 89 E5 EE 2A 4 0 7 B9 4B 4A
Octal 211 345 356 52 4 0 7 271 113 112
Binary 10001001 11100101 11101110 101010 100 0 111 10111001 1001011 1001010

Color Harmonies of #89E5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89E5EE

Black with #89E5EE

Text Example


Text Example

White with #89E5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89E5EE;
 }
 .AnyTagClassName
 {
   color: #89E5EE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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