#8DE4ED

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

Shades of Blizzard Blue #8DE4ED

Tints of Blizzard Blue #8DE4ED

Color information

#8DE4ED (or 0x8DE4ED) is unknown color: approx Blizzard Blue. HEX triplet: 8D, E4 and ED. RGB value is (141,228,237). Sum of RGB (Red+Green+Blue) = 141+228+237=606 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.27% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #8DE4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE4ED is #721B12. Grayscale: #CACACA. Windows color (decimal): -7478035 or 15590541. OLE color: 15590541.

HSL color Cylindrical-coordinate representation of color #8DE4ED: hue angle of 185.62º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DE4ED is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB141228237-
CMYK0.410.0400.07
HSL185.62º72.73%74.12%-
HSV(B)185.62º40.51%92.94%-
XYZ54.0167.2690.26-
YUV203.01147.1883.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.27%
GREEN value IS 228 (89.45% from 255) = 37.62%
BLUE value IS 237 (92.97% from 255) = 39.11%
R=23.27%
G=37.62%
B=39.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412282370.410.0400.07185.6272.7374.12
Hex8DE4ED29407ba494a
Octal21534435551407272111112
Binary10001101111001001110110110100110001111011101010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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