#8AE4EB

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

Shades of Blizzard Blue #8AE4EB

Tints of Blizzard Blue #8AE4EB

Color information

#8AE4EB (or 0x8AE4EB) is unknown color: approx Blizzard Blue. HEX triplet: 8A, E4 and EB. RGB value is (138,228,235). Sum of RGB (Red+Green+Blue) = 138+228+235=601 (79% of max value = 765). Red value is 138 (54.30% from 255 or 22.96% from 601); Green value is 228 (89.45% from 255 or 37.94% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #8AE4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AE4EB is #751B14. Grayscale: #C9C9C9. Windows color (decimal): -7674645 or 15459466. OLE color: 15459466.

HSL color Cylindrical-coordinate representation of color #8AE4EB: hue angle of 184.33º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AE4EB is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB138228235-
CMYK0.410.0300.08
HSL184.33º70.8%73.14%-
HSV(B)184.33º41.28%92.16%-
XYZ53.2266.8988.7-
YUV201.89146.6882.43-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.96%
GREEN value IS 228 (89.45% from 255) = 37.94%
BLUE value IS 235 (92.19% from 255) = 39.10%
R=22.96%
G=37.94%
B=39.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1382282350.410.0300.08184.3370.873.14
Hex8AE4EB29308b84749
Octal212344353513010270107111
Binary10001010111001001110101110100111010001011100010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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