#8CCEDC

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

Shades of Spray #8CCEDC

Tints of Spray #8CCEDC

Color information

#8CCEDC (or 0x8CCEDC) is unknown color: approx Spray. HEX triplet: 8C, CE and DC. RGB value is (140,206,220). Sum of RGB (Red+Green+Blue) = 140+206+220=566 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.73% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #8CCEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCEDC is #733123. Grayscale: #BBBBBB. Windows color (decimal): -7549220 or 14470796. OLE color: 14470796.

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

Color convert

RGB140206220-
CMYK0.360.0600.14
HSL190.5º53.33%70.59%-
HSV(B)190.5º36.36%86.27%-
XYZ45.854.8975.89-
YUV187.86146.1393.86-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.73%
GREEN value IS 206 (80.86% from 255) = 36.40%
BLUE value IS 220 (86.33% from 255) = 38.87%
R=24.73%
G=36.40%
B=38.87%

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
Decimal1402062200.360.0600.14190.553.3370.59
Hex8CCEDC2460Ebe3547
Octal21431633444601627665107
Binary10001100110011101101110010010011001110101111101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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