#8DEAE3

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

Shades of Blizzard Blue #8DEAE3

Tints of Blizzard Blue #8DEAE3

Color information

#8DEAE3 (or 0x8DEAE3) is unknown color: approx Blizzard Blue. HEX triplet: 8D, EA and E3. RGB value is (141,234,227). Sum of RGB (Red+Green+Blue) = 141+234+227=602 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.42% from 602); Green value is 234 (91.80% from 255 or 38.87% from 602); Blue value is 227 (89.06% from 255 or 37.71% from 602); Max value from RGB is 234 - color contains mainly: green. Hex color #8DEAE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEAE3 is #72151C. Grayscale: #CDCDCD. Windows color (decimal): -7476509 or 14936717. OLE color: 14936717.

HSL color Cylindrical-coordinate representation of color #8DEAE3: hue angle of 175.48º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DEAE3 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB141234227-
CMYK0.4000.030.08
HSL175.48º68.89%73.53%-
HSV(B)175.48º39.74%91.76%-
XYZ54.2770.0583.33-
YUV205.4140.1982.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.42%
GREEN value IS 234 (91.80% from 255) = 38.87%
BLUE value IS 227 (89.06% from 255) = 37.71%
R=23.42%
G=38.87%
B=37.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412342270.4000.030.08175.4868.8973.53
Hex8DEAE328038af454a
Octal215352343500310257105112
Binary10001101111010101110001110100001110001010111110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,234,227); }

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

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

 a { background-color: rgb(141,234,227); }

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

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

 span { border-color: rgb(141,234,227); }

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