#8DEFE5

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

Shades of Blizzard Blue #8DEFE5

Tints of Blizzard Blue #8DEFE5

Color information

#8DEFE5 (or 0x8DEFE5) is unknown color: approx Blizzard Blue. HEX triplet: 8D, EF and E5. RGB value is (141,239,229). Sum of RGB (Red+Green+Blue) = 141+239+229=609 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.15% from 609); Green value is 239 (93.75% from 255 or 39.24% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 239 - color contains mainly: green. Hex color #8DEFE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEFE5 is #72101A. Grayscale: #D0D0D0. Windows color (decimal): -7475227 or 15069069. OLE color: 15069069.

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

Color convert

RGB141239229-
CMYK0.4100.040.06
HSL173.88º75.38%74.51%-
HSV(B)173.88º41%93.73%-
XYZ55.9973.0585.28-
YUV208.56139.5379.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.15%
GREEN value IS 239 (93.75% from 255) = 39.24%
BLUE value IS 229 (89.84% from 255) = 37.60%
R=23.15%
G=39.24%
B=37.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1412392290.4100.040.06173.8875.3874.51
Hex8DEFE529046ae4b4b
Octal21535734551046256113113
Binary10001101111011111110010110100101001101010111010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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