#8ECAD8

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

Shades of Spray #8ECAD8

Tints of Spray #8ECAD8

Color information

#8ECAD8 (or 0x8ECAD8) is unknown color: approx Spray. HEX triplet: 8E, CA and D8. RGB value is (142,202,216). Sum of RGB (Red+Green+Blue) = 142+202+216=560 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.36% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 216 (84.77% from 255 or 38.57% from 560); Max value from RGB is 216 - color contains mainly: blue. Hex color #8ECAD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECAD8 is #713527. Grayscale: #B9B9B9. Windows color (decimal): -7419176 or 14207630. OLE color: 14207630.

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

Color convert

RGB142202216-
CMYK0.340.0600.15
HSL191.35º48.68%70.2%-
HSV(B)191.35º34.26%84.71%-
XYZ44.6752.9572.83-
YUV185.66145.1296.86-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.36%
GREEN value IS 202 (79.30% from 255) = 36.07%
BLUE value IS 216 (84.77% from 255) = 38.57%
R=25.36%
G=36.07%
B=38.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1422022160.340.0600.15191.3548.6870.2
Hex8ECAD82260Fbf3146
Octal21631233042601727761106
Binary10001110110010101101100010001011001111101111111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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