#8AE8EC

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

Shades of Blizzard Blue #8AE8EC

Tints of Blizzard Blue #8AE8EC

Color information

#8AE8EC (or 0x8AE8EC) is unknown color: approx Blizzard Blue. HEX triplet: 8A, E8 and EC. RGB value is (138,232,236). Sum of RGB (Red+Green+Blue) = 138+232+236=606 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.77% from 606); Green value is 232 (91.02% from 255 or 38.28% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #8AE8EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AE8EC is #751713. Grayscale: #CCCCCC. Windows color (decimal): -7673620 or 15526026. OLE color: 15526026.

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

Color convert

RGB138232236-
CMYK0.420.0200.07
HSL182.45º72.06%73.33%-
HSV(B)182.45º41.53%92.55%-
XYZ54.4869.1789.84-
YUV204.35145.8680.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.77%
GREEN value IS 232 (91.02% from 255) = 38.28%
BLUE value IS 236 (92.58% from 255) = 38.94%
R=22.77%
G=38.28%
B=38.94%

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
Decimal1382322360.420.0200.07182.4572.0673.33
Hex8AE8EC2A207b64849
Octal21235035452207266110111
Binary1000101011101000111011001010101001111011011010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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