#8ECFDD

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

Shades of Spray #8ECFDD

Tints of Spray #8ECFDD

Color information

#8ECFDD (or 0x8ECFDD) is unknown color: approx Spray. HEX triplet: 8E, CF and DD. RGB value is (142,207,221). Sum of RGB (Red+Green+Blue) = 142+207+221=570 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.91% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #8ECFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECFDD is #713022. Grayscale: #BDBDBD. Windows color (decimal): -7417891 or 14536590. OLE color: 14536590.

HSL color Cylindrical-coordinate representation of color #8ECFDD: hue angle of 190.63º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8ECFDD is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142207221-
CMYK0.360.0600.13
HSL190.63º53.74%71.18%-
HSV(B)190.63º35.75%86.67%-
XYZ46.5255.676.69-
YUV189.16145.9794.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.91%
GREEN value IS 207 (81.25% from 255) = 36.32%
BLUE value IS 221 (86.72% from 255) = 38.77%
R=24.91%
G=36.32%
B=38.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422072210.360.0600.13190.6353.7471.18
Hex8ECFDD2460Dbf3647
Octal21631733544601527766107
Binary10001110110011111101110110010011001101101111111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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