#8AEAE3

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

Shades of Blizzard Blue #8AEAE3

Tints of Blizzard Blue #8AEAE3

Color information

#8AEAE3 (or 0x8AEAE3) is unknown color: approx Blizzard Blue. HEX triplet: 8A, EA and E3. RGB value is (138,234,227). Sum of RGB (Red+Green+Blue) = 138+234+227=599 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23.04% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 227 (89.06% from 255 or 37.90% from 599); Max value from RGB is 234 - color contains mainly: green. Hex color #8AEAE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEAE3 is #75151C. Grayscale: #CCCCCC. Windows color (decimal): -7673117 or 14936714. OLE color: 14936714.

HSL color Cylindrical-coordinate representation of color #8AEAE3: hue angle of 175.62º degrees, saturation: 0.7, 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 #8AEAE3 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB138234227-
CMYK0.4100.030.08
HSL175.62º69.57%72.94%-
HSV(B)175.62º41.03%91.76%-
XYZ53.7769.7983.31-
YUV204.5140.780.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.04%
GREEN value IS 234 (91.80% from 255) = 39.07%
BLUE value IS 227 (89.06% from 255) = 37.90%
R=23.04%
G=39.07%
B=37.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1382342270.4100.030.08175.6269.5772.94
Hex8AEAE329038b04649
Octal212352343510310260106111
Binary10001010111010101110001110100101110001011000010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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