#8ECCDA

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

Shades of Spray #8ECCDA

Tints of Spray #8ECCDA

Color information

#8ECCDA (or 0x8ECCDA) is unknown color: approx Spray. HEX triplet: 8E, CC and DA. RGB value is (142,204,218). Sum of RGB (Red+Green+Blue) = 142+204+218=564 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.18% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #8ECCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECCDA is #713325. Grayscale: #BABABA. Windows color (decimal): -7418662 or 14339214. OLE color: 14339214.

HSL color Cylindrical-coordinate representation of color #8ECCDA: hue angle of 191.05º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8ECCDA is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB142204218-
CMYK0.350.0600.15
HSL191.05º50.67%70.59%-
HSV(B)191.05º34.86%85.49%-
XYZ45.45474.36-
YUV187.06145.4695.86-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.18%
GREEN value IS 204 (80.08% from 255) = 36.17%
BLUE value IS 218 (85.55% from 255) = 38.65%
R=25.18%
G=36.17%
B=38.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1422042180.350.0600.15191.0550.6770.59
Hex8ECCDA2360Fbf3347
Octal21631433243601727763107
Binary10001110110011001101101010001111001111101111111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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