#8ED1DC

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

Shades of Spray #8ED1DC

Tints of Spray #8ED1DC

Color information

#8ED1DC (or 0x8ED1DC) is unknown color: approx Spray. HEX triplet: 8E, D1 and DC. RGB value is (142,209,220). Sum of RGB (Red+Green+Blue) = 142+209+220=571 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.87% from 571); Green value is 209 (82.03% from 255 or 36.60% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #8ED1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED1DC is #712E23. Grayscale: #BEBEBE. Windows color (decimal): -7417380 or 14471566. OLE color: 14471566.

HSL color Cylindrical-coordinate representation of color #8ED1DC: hue angle of 188.46º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8ED1DC is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB142209220-
CMYK0.350.0500.14
HSL188.46º52.7%70.98%-
HSV(B)188.46º35.45%86.27%-
XYZ46.8756.5276.15-
YUV190.22144.893.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.87%
GREEN value IS 209 (82.03% from 255) = 36.60%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=24.87%
G=36.60%
B=38.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1422092200.350.0500.14188.4652.770.98
Hex8ED1DC2350Ebc3547
Octal21632133443501627465107
Binary10001110110100011101110010001110101110101111001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,209,220); }

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

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

 a { background-color: rgb(142,209,220); }

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

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

 span { border-color: rgb(142,209,220); }

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