#8DE0EF

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

Shades of Blizzard Blue #8DE0EF

Tints of Blizzard Blue #8DE0EF

Color information

#8DE0EF (or 0x8DE0EF) is unknown color: approx Blizzard Blue. HEX triplet: 8D, E0 and EF. RGB value is (141,224,239). Sum of RGB (Red+Green+Blue) = 141+224+239=604 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.34% from 604); Green value is 224 (87.89% from 255 or 37.09% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #8DE0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE0EF is #721F10. Grayscale: #C8C8C8. Windows color (decimal): -7479057 or 15720589. OLE color: 15720589.

HSL color Cylindrical-coordinate representation of color #8DE0EF: hue angle of 189.18º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DE0EF is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB141224239-
CMYK0.410.0600.06
HSL189.18º75.38%74.51%-
HSV(B)189.18º41%93.73%-
XYZ53.2265.2191.44-
YUV200.89149.585.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.34%
GREEN value IS 224 (87.89% from 255) = 37.09%
BLUE value IS 239 (93.75% from 255) = 39.57%
R=23.34%
G=37.09%
B=39.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1412242390.410.0600.06189.1875.3874.51
Hex8DE0EF29606bd4b4b
Octal21534035751606275113113
Binary10001101111000001110111110100111001101011110110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,224,239); }

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

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

 a { background-color: rgb(141,224,239); }

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

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

 span { border-color: rgb(141,224,239); }

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