Html Css Color HEX #89E6E4 Blizzard Blue

📋 copy color: '#89E6E4'

red 137 ◦ green 230 ◦ blue 228

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

Shades of Blizzard Blue #89E6E4

Tints of Blizzard Blue #89E6E4

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.66%

 BLUE value IS 228 (89.45% from 255) = 38.32%

R = 23.03%
G = 38.66%
B = 38.32%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#89E6E4 (or 0x89E6E4) is known color: Blizzard Blue. HEX triplet: 89, E6 and E4. RGB value is (137,230,228). Sum of RGB (Red+Green+Blue) = 137+230+228=595 (78% of max value = 765). Red value is 137 (53.91% from 255 or 23.03% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 228 (89.45% from 255 or 38.32% from 595); Max value from RGB is 230 - color contains mainly: green. Hex color #89E6E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89E6E4 is #76191B. Grayscale: #C9C9C9. Windows color (decimal): -7739676 or 15001225. OLE color: 15001225.

HSL color Cylindrical-coordinate representation of color #89E6E4: hue angle of 178.71º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89E6E4 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB 137 230 228 -
CMYK 0.40 0 0.01 0.10
HSL 178.71º 0.65% 0.72% -
HSV(B) 178.71º 0.4% 0.9% -
XYZ 52.62 67.51 83.66 -
YUV 201.97 142.69 81.66 -
System Red Green Blue C M Y K H S L
Decimal 137 230 228 0.40 0 0.01 0.10 178.71 0.65 0.72
Hex 89 E6 E4 28 0 1 A B3 41 48
Octal 211 346 344 50 0 1 12 263 101 110
Binary 10001001 11100110 11100100 101000 0 1 1010 10110011 1000001 1001000

Color Harmonies of #89E6E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89E6E4

Black with #89E6E4

Text Example


Text Example

White with #89E6E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,230,228); }

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

background-color css

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

 a { background-color: rgb(137,230,228); }

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

border-color css

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

 span { border-color: rgb(137,230,228); }

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