#8DE8EC

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

Shades of Blizzard Blue #8DE8EC

Tints of Blizzard Blue #8DE8EC

Color information

#8DE8EC (or 0x8DE8EC) is unknown color: approx Blizzard Blue. HEX triplet: 8D, E8 and EC. RGB value is (141,232,236). Sum of RGB (Red+Green+Blue) = 141+232+236=609 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.15% from 609); Green value is 232 (91.02% from 255 or 38.10% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DE8EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DE8EC is #721713. Grayscale: #CDCDCD. Windows color (decimal): -7477012 or 15526029. OLE color: 15526029.

HSL color Cylindrical-coordinate representation of color #8DE8EC: hue angle of 182.53º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DE8EC is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB141232236-
CMYK0.400.0200.07
HSL182.53º71.43%73.92%-
HSV(B)182.53º40.25%92.55%-
XYZ54.9869.4389.86-
YUV205.25145.3582.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.15%
GREEN value IS 232 (91.02% from 255) = 38.10%
BLUE value IS 236 (92.58% from 255) = 38.75%
R=23.15%
G=38.10%
B=38.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412322360.400.0200.07182.5371.4373.92
Hex8DE8EC28207b7474a
Octal21535035450207267107112
Binary1000110111101000111011001010001001111011011110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,232,236); }

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

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

 a { background-color: rgb(141,232,236); }

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

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

 span { border-color: rgb(141,232,236); }

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