#8DEDE5

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

Shades of Blizzard Blue #8DEDE5

Tints of Blizzard Blue #8DEDE5

Color information

#8DEDE5 (or 0x8DEDE5) is unknown color: approx Blizzard Blue. HEX triplet: 8D, ED and E5. RGB value is (141,237,229). Sum of RGB (Red+Green+Blue) = 141+237+229=607 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.23% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 229 (89.84% from 255 or 37.73% from 607); Max value from RGB is 237 - color contains mainly: green. Hex color #8DEDE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEDE5 is #72121A. Grayscale: #CFCFCF. Windows color (decimal): -7475739 or 15068557. OLE color: 15068557.

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

Color convert

RGB141237229-
CMYK0.4100.030.07
HSL175º72.73%74.12%-
HSV(B)175º40.51%92.94%-
XYZ55.4171.8985.08-
YUV207.38140.280.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.23%
GREEN value IS 237 (92.97% from 255) = 39.04%
BLUE value IS 229 (89.84% from 255) = 37.73%
R=23.23%
G=39.04%
B=37.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412372290.4100.030.0717572.7374.12
Hex8DEDE529037af494a
Octal21535534551037257111112
Binary1000110111101101111001011010010111111010111110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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