#8AE3EB

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

Shades of Blizzard Blue #8AE3EB

Tints of Blizzard Blue #8AE3EB

Color information

#8AE3EB (or 0x8AE3EB) is unknown color: approx Blizzard Blue. HEX triplet: 8A, E3 and EB. RGB value is (138,227,235). Sum of RGB (Red+Green+Blue) = 138+227+235=600 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23% from 600); Green value is 227 (89.06% from 255 or 37.83% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #8AE3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AE3EB is #751C14. Grayscale: #C9C9C9. Windows color (decimal): -7674901 or 15459210. OLE color: 15459210.

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

Color convert

RGB138227235-
CMYK0.410.0300.08
HSL184.95º70.8%73.14%-
HSV(B)184.95º41.28%92.16%-
XYZ52.9566.3488.61-
YUV201.3147.0182.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23%
GREEN value IS 227 (89.06% from 255) = 37.83%
BLUE value IS 235 (92.19% from 255) = 39.17%
R=23%
G=37.83%
B=39.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1382272350.410.0300.08184.9570.873.14
Hex8AE3EB29308b94749
Octal212343353513010271107111
Binary10001010111000111110101110100111010001011100110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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