#8AE6EB

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

Shades of Blizzard Blue #8AE6EB

Tints of Blizzard Blue #8AE6EB

Color information

#8AE6EB (or 0x8AE6EB) is unknown color: approx Blizzard Blue. HEX triplet: 8A, E6 and EB. RGB value is (138,230,235). Sum of RGB (Red+Green+Blue) = 138+230+235=603 (79% of max value = 765). Red value is 138 (54.30% from 255 or 22.89% from 603); Green value is 230 (90.23% from 255 or 38.14% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #8AE6EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AE6EB is #751914. Grayscale: #CACACA. Windows color (decimal): -7674133 or 15459978. OLE color: 15459978.

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

Color convert

RGB138230235-
CMYK0.410.0200.08
HSL183.09º70.8%73.14%-
HSV(B)183.09º41.28%92.16%-
XYZ53.776888.89-
YUV203.06146.0281.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.89%
GREEN value IS 230 (90.23% from 255) = 38.14%
BLUE value IS 235 (92.19% from 255) = 38.97%
R=22.89%
G=38.14%
B=38.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1382302350.410.0200.08183.0970.873.14
Hex8AE6EB29208b74749
Octal212346353512010267107111
Binary10001010111001101110101110100110010001011011110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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