#8AE3EF

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

Shades of Blizzard Blue #8AE3EF

Tints of Blizzard Blue #8AE3EF

Color information

#8AE3EF (or 0x8AE3EF) is unknown color: approx Blizzard Blue. HEX triplet: 8A, E3 and EF. RGB value is (138,227,239). Sum of RGB (Red+Green+Blue) = 138+227+239=604 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.85% from 604); Green value is 227 (89.06% from 255 or 37.58% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #8AE3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AE3EF is #751C10. Grayscale: #C9C9C9. Windows color (decimal): -7674897 or 15721354. OLE color: 15721354.

HSL color Cylindrical-coordinate representation of color #8AE3EF: hue angle of 187.13º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AE3EF is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB138227239-
CMYK0.420.0500.06
HSL187.13º75.94%73.92%-
HSV(B)187.13º42.26%93.73%-
XYZ53.5366.5791.69-
YUV201.76149.0182.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.85%
GREEN value IS 227 (89.06% from 255) = 37.58%
BLUE value IS 239 (93.75% from 255) = 39.57%
R=22.85%
G=37.58%
B=39.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1382272390.420.0500.06187.1375.9473.92
Hex8AE3EF2A506bb4c4a
Octal21234335752506273114112
Binary10001010111000111110111110101010101101011101110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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