#8DEAE4

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

Shades of Blizzard Blue #8DEAE4

Tints of Blizzard Blue #8DEAE4

Color information

#8DEAE4 (or 0x8DEAE4) is unknown color: approx Blizzard Blue. HEX triplet: 8D, EA and E4. RGB value is (141,234,228). Sum of RGB (Red+Green+Blue) = 141+234+228=603 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.38% from 603); Green value is 234 (91.80% from 255 or 38.81% from 603); Blue value is 228 (89.45% from 255 or 37.81% from 603); Max value from RGB is 234 - color contains mainly: green. Hex color #8DEAE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEAE4 is #72151B. Grayscale: #CDCDCD. Windows color (decimal): -7476508 or 15002253. OLE color: 15002253.

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

Color convert

RGB141234228-
CMYK0.4000.030.08
HSL176.13º68.89%73.53%-
HSV(B)176.13º39.74%91.76%-
XYZ54.4170.1184.06-
YUV205.51140.6981.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.38%
GREEN value IS 234 (91.80% from 255) = 38.81%
BLUE value IS 228 (89.45% from 255) = 37.81%
R=23.38%
G=38.81%
B=37.81%

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
Decimal1412342280.4000.030.08176.1368.8973.53
Hex8DEAE428038b0454a
Octal215352344500310260105112
Binary10001101111010101110010010100001110001011000010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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