Html Css Color HEX #89E2EA Blizzard Blue

📋 copy color: '#89E2EA'

red 137 ◦ green 226 ◦ blue 234

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

Shades of Blizzard Blue #89E2EA

Tints of Blizzard Blue #89E2EA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.86%

 BLUE value IS 234 (91.8% from 255) = 39.2%

R = 22.95%
G = 37.86%
B = 39.2%

CMYK

 C value IS 0.41

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#89E2EA (or 0x89E2EA) is known color: Blizzard Blue. HEX triplet: 89, E2 and EA. RGB value is (137,226,234). Sum of RGB (Red+Green+Blue) = 137+226+234=597 (79% of max value = 765). Red value is 137 (53.91% from 255 or 22.95% from 597); Green value is 226 (88.67% from 255 or 37.86% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #89E2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89E2EA is #761D15. Grayscale: #C8C8C8. Windows color (decimal): -7740694 or 15393417. OLE color: 15393417.

HSL color Cylindrical-coordinate representation of color #89E2EA: hue angle of 184.95º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #89E2EA is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 137 226 234 -
CMYK 0.41 0.03 0 0.08
HSL 184.95º 0.7% 0.73% -
HSV(B) 184.95º 0.41% 0.92% -
XYZ 52.36 65.65 87.75 -
YUV 200.3 147.01 82.85 -
System Red Green Blue C M Y K H S L
Decimal 137 226 234 0.41 0.03 0 0.08 184.95 0.7 0.73
Hex 89 E2 EA 29 3 0 8 B9 46 49
Octal 211 342 352 51 3 0 10 271 106 111
Binary 10001001 11100010 11101010 101001 11 0 1000 10111001 1000110 1001001

Color Harmonies of #89E2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89E2EA

Black with #89E2EA

Text Example


Text Example

White with #89E2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,226,234); }

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

background-color css

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

 a { background-color: rgb(137,226,234); }

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

border-color css

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

 span { border-color: rgb(137,226,234); }

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