#8AEBE4

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

Shades of Blizzard Blue #8AEBE4

Tints of Blizzard Blue #8AEBE4

Color information

#8AEBE4 (or 0x8AEBE4) is unknown color: approx Blizzard Blue. HEX triplet: 8A, EB and E4. RGB value is (138,235,228). Sum of RGB (Red+Green+Blue) = 138+235+228=601 (79% of max value = 765). Red value is 138 (54.30% from 255 or 22.96% from 601); Green value is 235 (92.19% from 255 or 39.10% from 601); Blue value is 228 (89.45% from 255 or 37.94% from 601); Max value from RGB is 235 - color contains mainly: green. Hex color #8AEBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEBE4 is #75141B. Grayscale: #CDCDCD. Windows color (decimal): -7672860 or 15002506. OLE color: 15002506.

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

Color convert

RGB138235228-
CMYK0.4100.030.08
HSL175.67º70.8%73.14%-
HSV(B)175.67º41.28%92.16%-
XYZ54.1970.4284.14-
YUV205.2140.8680.07-

RGB Variations

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

RGB

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

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
Decimal1382352280.4100.030.08175.6770.873.14
Hex8AEBE429038b04749
Octal212353344510310260107111
Binary10001010111010111110010010100101110001011000010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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