#8AE5EC

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

Shades of Blizzard Blue #8AE5EC

Tints of Blizzard Blue #8AE5EC

Color information

#8AE5EC (or 0x8AE5EC) is unknown color: approx Blizzard Blue. HEX triplet: 8A, E5 and EC. RGB value is (138,229,236). Sum of RGB (Red+Green+Blue) = 138+229+236=603 (79% of max value = 765). Red value is 138 (54.30% from 255 or 22.89% from 603); Green value is 229 (89.84% from 255 or 37.98% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #8AE5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AE5EC is #751A13. Grayscale: #CACACA. Windows color (decimal): -7674388 or 15525258. OLE color: 15525258.

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

Color convert

RGB138229236-
CMYK0.420.0300.07
HSL184.29º72.06%73.33%-
HSV(B)184.29º41.53%92.55%-
XYZ53.6467.589.56-
YUV202.59146.8581.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.89%
GREEN value IS 229 (89.84% from 255) = 37.98%
BLUE value IS 236 (92.58% from 255) = 39.14%
R=22.89%
G=37.98%
B=39.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1382292360.420.0300.07184.2972.0673.33
Hex8AE5EC2A307b84849
Octal21234535452307270110111
Binary1000101011100101111011001010101101111011100010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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