#8ECFDB

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

Shades of Spray #8ECFDB

Tints of Spray #8ECFDB

Color information

#8ECFDB (or 0x8ECFDB) is unknown color: approx Spray. HEX triplet: 8E, CF and DB. RGB value is (142,207,219). Sum of RGB (Red+Green+Blue) = 142+207+219=568 (75% of max value = 765). Red value is 142 (55.86% from 255 or 25% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #8ECFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECFDB is #713024. Grayscale: #BCBCBC. Windows color (decimal): -7417893 or 14405518. OLE color: 14405518.

HSL color Cylindrical-coordinate representation of color #8ECFDB: hue angle of 189.35º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8ECFDB is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB142207219-
CMYK0.350.0500.14
HSL189.35º51.68%70.78%-
HSV(B)189.35º35.16%85.88%-
XYZ46.2555.4975.29-
YUV188.93144.9794.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25%
GREEN value IS 207 (81.25% from 255) = 36.44%
BLUE value IS 219 (85.94% from 255) = 38.56%
R=25%
G=36.44%
B=38.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1422072190.350.0500.14189.3551.6870.78
Hex8ECFDB2350Ebd3447
Octal21631733343501627564107
Binary10001110110011111101101110001110101110101111011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,207,219); }

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

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

 a { background-color: rgb(142,207,219); }

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

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

 span { border-color: rgb(142,207,219); }

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