#8ECEDC

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

Shades of Spray #8ECEDC

Tints of Spray #8ECEDC

Color information

#8ECEDC (or 0x8ECEDC) is unknown color: approx Spray. HEX triplet: 8E, CE and DC. RGB value is (142,206,220). Sum of RGB (Red+Green+Blue) = 142+206+220=568 (75% of max value = 765). Red value is 142 (55.86% from 255 or 25% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #8ECEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECEDC is #713123. Grayscale: #BCBCBC. Windows color (decimal): -7418148 or 14470798. OLE color: 14470798.

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

Color convert

RGB142206220-
CMYK0.350.0600.14
HSL190.77º52.7%70.98%-
HSV(B)190.77º35.45%86.27%-
XYZ46.1455.0675.91-
YUV188.46145.894.86-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25%
GREEN value IS 206 (80.86% from 255) = 36.27%
BLUE value IS 220 (86.33% from 255) = 38.73%
R=25%
G=36.27%
B=38.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1422062200.350.0600.14190.7752.770.98
Hex8ECEDC2360Ebf3547
Octal21631633443601627765107
Binary10001110110011101101110010001111001110101111111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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