#89EBE4

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

Shades of Blizzard Blue #89EBE4

Tints of Blizzard Blue #89EBE4

Color information

#89EBE4 (or 0x89EBE4) is unknown color: approx Blizzard Blue. HEX triplet: 89, EB and E4. RGB value is (137,235,228). Sum of RGB (Red+Green+Blue) = 137+235+228=600 (79% of max value = 765). Red value is 137 (53.91% from 255 or 22.83% from 600); Green value is 235 (92.19% from 255 or 39.17% from 600); Blue value is 228 (89.45% from 255 or 38% from 600); Max value from RGB is 235 - color contains mainly: green. Hex color #89EBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89EBE4 is #76141B. Grayscale: #CCCCCC. Windows color (decimal): -7738396 or 15002505. OLE color: 15002505.

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

Color convert

RGB137235228-
CMYK0.4200.030.08
HSL175.71º71.01%72.94%-
HSV(B)175.71º41.7%92.16%-
XYZ54.0370.3484.13-
YUV204.9141.0379.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.83%
GREEN value IS 235 (92.19% from 255) = 39.17%
BLUE value IS 228 (89.45% from 255) = 38%
R=22.83%
G=39.17%
B=38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1372352280.4200.030.08175.7171.0172.94
Hex89EBE42A038b04749
Octal211353344520310260107111
Binary10001001111010111110010010101001110001011000010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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