#8ae9e3

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

Shades of Blizzard Blue #8AE9E3

Tints of Blizzard Blue #8AE9E3

Color information

#8AE9E3 (or 0x8AE9E3) is unknown color: approx Blizzard Blue. HEX triplet: 8A, E9 and E3. RGB value is (138,233,227). Sum of RGB (Red+Green+Blue) = 138+233+227=598 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23.08% from 598); Green value is 233 (91.41% from 255 or 38.96% from 598); Blue value is 227 (89.06% from 255 or 37.96% from 598); Max value from RGB is 233 - color contains mainly: green. Hex color #8AE9E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AE9E3 is #75161C. Grayscale: #CBCBCB. Windows color (decimal): -7673373 or 14936458. OLE color: 14936458.

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

Color convert

RGB138233227-
CMYK0.4100.030.09
HSL176.21º68.35%72.75%-
HSV(B)176.21º40.77%91.37%-
XYZ53.4969.2383.22-
YUV203.91141.0380.99-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.08%
GREEN value IS 233 (91.41% from 255) = 38.96%
BLUE value IS 227 (89.06% from 255) = 37.96%
R=23.08%
G=38.96%
B=37.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1382332270.4100.030.09176.2168.3572.75
Hex8AE9E329039b04449
Octal212351343510311260104111
Binary10001010111010011110001110100101110011011000010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ae9e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,233,227); }

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

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

 a { background-color: rgb(138,233,227); }

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

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

 span { border-color: rgb(138,233,227); }

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