#8AE6EC

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

Shades of Blizzard Blue #8AE6EC

Tints of Blizzard Blue #8AE6EC

Color information

#8AE6EC (or 0x8AE6EC) is unknown color: approx Blizzard Blue. HEX triplet: 8A, E6 and EC. RGB value is (138,230,236). Sum of RGB (Red+Green+Blue) = 138+230+236=604 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.85% from 604); Green value is 230 (90.23% from 255 or 38.08% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #8AE6EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AE6EC is #751913. Grayscale: #CBCBCB. Windows color (decimal): -7674132 or 15525514. OLE color: 15525514.

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

Color convert

RGB138230236-
CMYK0.420.0300.07
HSL183.67º72.06%73.33%-
HSV(B)183.67º41.53%92.55%-
XYZ53.9268.0589.65-
YUV203.18146.5281.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.85%
GREEN value IS 230 (90.23% from 255) = 38.08%
BLUE value IS 236 (92.58% from 255) = 39.07%
R=22.85%
G=38.08%
B=39.07%

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
Decimal1382302360.420.0300.07183.6772.0673.33
Hex8AE6EC2A307b84849
Octal21234635452307270110111
Binary1000101011100110111011001010101101111011100010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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