#8AEBE3

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

Shades of Blizzard Blue #8AEBE3

Tints of Blizzard Blue #8AEBE3

Color information

#8AEBE3 (or 0x8AEBE3) is unknown color: approx Blizzard Blue. HEX triplet: 8A, EB and E3. RGB value is (138,235,227). Sum of RGB (Red+Green+Blue) = 138+235+227=600 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23% from 600); Green value is 235 (92.19% from 255 or 39.17% from 600); Blue value is 227 (89.06% from 255 or 37.83% from 600); Max value from RGB is 235 - color contains mainly: green. Hex color #8AEBE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEBE3 is #75141C. Grayscale: #CDCDCD. Windows color (decimal): -7672861 or 14936970. OLE color: 14936970.

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

Color convert

RGB138235227-
CMYK0.4100.030.08
HSL175.05º70.8%73.14%-
HSV(B)175.05º41.28%92.16%-
XYZ54.0570.3783.41-
YUV205.08140.3680.15-

RGB Variations

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

RGB

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

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
Decimal1382352270.4100.030.08175.0570.873.14
Hex8AEBE329038af4749
Octal212353343510310257107111
Binary10001010111010111110001110100101110001010111110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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