#8DEFE6

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

Shades of Blizzard Blue #8DEFE6

Tints of Blizzard Blue #8DEFE6

Color information

#8DEFE6 (or 0x8DEFE6) is unknown color: approx Blizzard Blue. HEX triplet: 8D, EF and E6. RGB value is (141,239,230). Sum of RGB (Red+Green+Blue) = 141+239+230=610 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.11% from 610); Green value is 239 (93.75% from 255 or 39.18% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 239 - color contains mainly: green. Hex color #8DEFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEFE6 is #721019. Grayscale: #D0D0D0. Windows color (decimal): -7475226 or 15134605. OLE color: 15134605.

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

Color convert

RGB141239230-
CMYK0.4100.040.06
HSL174.49º75.38%74.51%-
HSV(B)174.49º41%93.73%-
XYZ56.1373.1186.02-
YUV208.67140.0379.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.11%
GREEN value IS 239 (93.75% from 255) = 39.18%
BLUE value IS 230 (90.23% from 255) = 37.70%
R=23.11%
G=39.18%
B=37.70%

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
Decimal1412392300.4100.040.06174.4975.3874.51
Hex8DEFE629046ae4b4b
Octal21535734651046256113113
Binary10001101111011111110011010100101001101010111010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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