#8AE6EF

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

Shades of Blizzard Blue #8AE6EF

Tints of Blizzard Blue #8AE6EF

Color information

#8AE6EF (or 0x8AE6EF) is unknown color: approx Blizzard Blue. HEX triplet: 8A, E6 and EF. RGB value is (138,230,239). Sum of RGB (Red+Green+Blue) = 138+230+239=607 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.73% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #8AE6EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AE6EF is #751910. Grayscale: #CBCBCB. Windows color (decimal): -7674129 or 15722122. OLE color: 15722122.

HSL color Cylindrical-coordinate representation of color #8AE6EF: hue angle of 185.35º 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 #8AE6EF is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB138230239-
CMYK0.420.0400.06
HSL185.35º75.94%73.92%-
HSV(B)185.35º42.26%93.73%-
XYZ54.3668.2391.97-
YUV203.52148.0281.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.73%
GREEN value IS 230 (90.23% from 255) = 37.89%
BLUE value IS 239 (93.75% from 255) = 39.37%
R=22.73%
G=37.89%
B=39.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1382302390.420.0400.06185.3575.9473.92
Hex8AE6EF2A406b94c4a
Octal21234635752406271114112
Binary10001010111001101110111110101010001101011100110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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