#8DE6EC

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

Shades of Blizzard Blue #8DE6EC

Tints of Blizzard Blue #8DE6EC

Color information

#8DE6EC (or 0x8DE6EC) is unknown color: approx Blizzard Blue. HEX triplet: 8D, E6 and EC. RGB value is (141,230,236). Sum of RGB (Red+Green+Blue) = 141+230+236=607 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.23% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DE6EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DE6EC is #721913. Grayscale: #CBCBCB. Windows color (decimal): -7477524 or 15525517. OLE color: 15525517.

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

Color convert

RGB141230236-
CMYK0.400.0300.07
HSL183.79º71.43%73.92%-
HSV(B)183.79º40.25%92.55%-
XYZ54.4268.3189.67-
YUV204.07146.0183.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.23%
GREEN value IS 230 (90.23% from 255) = 37.89%
BLUE value IS 236 (92.58% from 255) = 38.88%
R=23.23%
G=37.89%
B=38.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412302360.400.0300.07183.7971.4373.92
Hex8DE6EC28307b8474a
Octal21534635450307270107112
Binary1000110111100110111011001010001101111011100010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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