#8ECCD7

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

Shades of Spray #8ECCD7

Tints of Spray #8ECCD7

Color information

#8ECCD7 (or 0x8ECCD7) is unknown color: approx Spray. HEX triplet: 8E, CC and D7. RGB value is (142,204,215). Sum of RGB (Red+Green+Blue) = 142+204+215=561 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.31% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 215 - color contains mainly: blue. Hex color #8ECCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECCD7 is #713328. Grayscale: #BABABA. Windows color (decimal): -7418665 or 14142606. OLE color: 14142606.

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

Color convert

RGB142204215-
CMYK0.340.0500.16
HSL189.04º47.71%70%-
HSV(B)189.04º33.95%84.31%-
XYZ45.0153.8472.31-
YUV186.72143.9696.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.31%
GREEN value IS 204 (80.08% from 255) = 36.36%
BLUE value IS 215 (84.38% from 255) = 38.32%
R=25.31%
G=36.36%
B=38.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1422042150.340.0500.16189.0447.7170
Hex8ECCD7225010bd3046
Octal21631432742502027560106
Binary100011101100110011010111100010101010000101111011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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