#8AE4EE

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

Shades of Blizzard Blue #8AE4EE

Tints of Blizzard Blue #8AE4EE

Color information

#8AE4EE (or 0x8AE4EE) is unknown color: approx Blizzard Blue. HEX triplet: 8A, E4 and EE. RGB value is (138,228,238). Sum of RGB (Red+Green+Blue) = 138+228+238=604 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.85% from 604); Green value is 228 (89.45% from 255 or 37.75% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #8AE4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AE4EE is #751B11. Grayscale: #CACACA. Windows color (decimal): -7674642 or 15656074. OLE color: 15656074.

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

Color convert

RGB138228238-
CMYK0.420.0400.07
HSL186º74.63%73.73%-
HSV(B)186º42.02%93.33%-
XYZ53.6667.0691.01-
YUV202.23148.1882.19-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.85%
GREEN value IS 228 (89.45% from 255) = 37.75%
BLUE value IS 238 (93.36% from 255) = 39.40%
R=22.85%
G=37.75%
B=39.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1382282380.420.0400.0718674.6373.73
Hex8AE4EE2A407ba4b4a
Octal21234435652407272113112
Binary10001010111001001110111010101010001111011101010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,228,238); }

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

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

 a { background-color: rgb(138,228,238); }

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

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

 span { border-color: rgb(138,228,238); }

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