#8ECED8

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

Shades of Spray #8ECED8

Tints of Spray #8ECED8

Color information

#8ECED8 (or 0x8ECED8) is unknown color: approx Spray. HEX triplet: 8E, CE and D8. RGB value is (142,206,216). Sum of RGB (Red+Green+Blue) = 142+206+216=564 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.18% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 216 (84.77% from 255 or 38.30% from 564); Max value from RGB is 216 - color contains mainly: blue. Hex color #8ECED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECED8 is #713127. Grayscale: #BBBBBB. Windows color (decimal): -7418152 or 14208654. OLE color: 14208654.

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

Color convert

RGB142206216-
CMYK0.340.0500.15
HSL188.11º48.68%70.2%-
HSV(B)188.11º34.26%84.71%-
XYZ45.6254.8573.15-
YUV188143.895.19-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.18%
GREEN value IS 206 (80.86% from 255) = 36.52%
BLUE value IS 216 (84.77% from 255) = 38.30%
R=25.18%
G=36.52%
B=38.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1422062160.340.0500.15188.1148.6870.2
Hex8ECED82250Fbc3146
Octal21631633042501727461106
Binary10001110110011101101100010001010101111101111001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,206,216); }

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

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

 a { background-color: rgb(142,206,216); }

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

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

 span { border-color: rgb(142,206,216); }

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