#8AE7EC

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

Shades of Blizzard Blue #8AE7EC

Tints of Blizzard Blue #8AE7EC

Color information

#8AE7EC (or 0x8AE7EC) is unknown color: approx Blizzard Blue. HEX triplet: 8A, E7 and EC. RGB value is (138,231,236). Sum of RGB (Red+Green+Blue) = 138+231+236=605 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.81% from 605); Green value is 231 (90.62% from 255 or 38.18% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #8AE7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AE7EC is #751813. Grayscale: #CBCBCB. Windows color (decimal): -7673876 or 15525770. OLE color: 15525770.

HSL color Cylindrical-coordinate representation of color #8AE7EC: hue angle of 183.06º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AE7EC is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB138231236-
CMYK0.420.0200.07
HSL183.06º72.06%73.33%-
HSV(B)183.06º41.53%92.55%-
XYZ54.268.6189.74-
YUV203.76146.1981.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.81%
GREEN value IS 231 (90.62% from 255) = 38.18%
BLUE value IS 236 (92.58% from 255) = 39.01%
R=22.81%
G=38.18%
B=39.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1382312360.420.0200.07183.0672.0673.33
Hex8AE7EC2A207b74849
Octal21234735452207267110111
Binary1000101011100111111011001010101001111011011110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AE7EC; }

 p { color: rgb(138,231,236); }

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

<style>
 a { background-color: #8AE7EC; }

 a { background-color: rgb(138,231,236); }

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

<style>
 span { border-color: #8AE7EC; }

 span { border-color: rgb(138,231,236); }

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