#8DEDE8

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

Shades of Blizzard Blue #8DEDE8

Tints of Blizzard Blue #8DEDE8

Color information

#8DEDE8 (or 0x8DEDE8) is unknown color: approx Blizzard Blue. HEX triplet: 8D, ED and E8. RGB value is (141,237,232). Sum of RGB (Red+Green+Blue) = 141+237+232=610 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.11% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 232 (91.02% from 255 or 38.03% from 610); Max value from RGB is 237 - color contains mainly: green. Hex color #8DEDE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEDE8 is #721217. Grayscale: #CFCFCF. Windows color (decimal): -7475736 or 15265165. OLE color: 15265165.

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

Color convert

RGB141237232-
CMYK0.4100.020.07
HSL176.88º72.73%74.12%-
HSV(B)176.88º40.51%92.94%-
XYZ55.8372.0687.31-
YUV207.73141.780.41-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.11%
GREEN value IS 237 (92.97% from 255) = 38.85%
BLUE value IS 232 (91.02% from 255) = 38.03%
R=23.11%
G=38.85%
B=38.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412372320.4100.020.07176.8872.7374.12
Hex8DEDE829027b1494a
Octal21535535051027261111112
Binary1000110111101101111010001010010101111011000110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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