#8ECCD5

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

Shades of Spray #8ECCD5

Tints of Spray #8ECCD5

Color information

#8ECCD5 (or 0x8ECCD5) is unknown color: approx Spray. HEX triplet: 8E, CC and D5. RGB value is (142,204,213). Sum of RGB (Red+Green+Blue) = 142+204+213=559 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.40% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 213 (83.59% from 255 or 38.10% from 559); Max value from RGB is 213 - color contains mainly: blue. Hex color #8ECCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECCD5 is #71332A. Grayscale: #BABABA. Windows color (decimal): -7418667 or 14011534. OLE color: 14011534.

HSL color Cylindrical-coordinate representation of color #8ECCD5: hue angle of 187.61º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ECCD5 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB142204213-
CMYK0.330.0400.16
HSL187.61º45.81%69.61%-
HSV(B)187.61º33.33%83.53%-
XYZ44.7653.7470.96-
YUV186.49142.9696.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.40%
GREEN value IS 204 (80.08% from 255) = 36.49%
BLUE value IS 213 (83.59% from 255) = 38.10%
R=25.40%
G=36.49%
B=38.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1422042130.330.0400.16187.6145.8169.61
Hex8ECCD5214010bc2e46
Octal21631432541402027456106
Binary100011101100110011010101100001100010000101111001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,204,213); }

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

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

 a { background-color: rgb(142,204,213); }

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

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

 span { border-color: rgb(142,204,213); }

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