#8DCEDC

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

Shades of Spray #8DCEDC

Tints of Spray #8DCEDC

Color information

#8DCEDC (or 0x8DCEDC) is unknown color: approx Spray. HEX triplet: 8D, CE and DC. RGB value is (141,206,220). Sum of RGB (Red+Green+Blue) = 141+206+220=567 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.87% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #8DCEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCEDC is #723123. Grayscale: #BCBCBC. Windows color (decimal): -7483684 or 14470797. OLE color: 14470797.

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

Color convert

RGB141206220-
CMYK0.360.0600.14
HSL190.63º53.02%70.78%-
HSV(B)190.63º35.91%86.27%-
XYZ45.9754.9775.9-
YUV188.16145.9794.36-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.87%
GREEN value IS 206 (80.86% from 255) = 36.33%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=24.87%
G=36.33%
B=38.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1412062200.360.0600.14190.6353.0270.78
Hex8DCEDC2460Ebf3547
Octal21531633444601627765107
Binary10001101110011101101110010010011001110101111111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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