#7ECDDD

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

Shades of Spray #7ECDDD

Tints of Spray #7ECDDD

Color information

#7ECDDD (or 0x7ECDDD) is unknown color: approx Spray. HEX triplet: 7E, CD and DD. RGB value is (126,205,221). Sum of RGB (Red+Green+Blue) = 126+205+221=552 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.83% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #7ECDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECDDD is #813222. Grayscale: #B7B7B7. Windows color (decimal): -8466979 or 14536062. OLE color: 14536062.

HSL color Cylindrical-coordinate representation of color #7ECDDD: hue angle of 190.11º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7ECDDD is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB126205221-
CMYK0.430.0700.13
HSL190.11º58.28%68.04%-
HSV(B)190.11º42.99%86.67%-
XYZ43.4953.3276.41-
YUV183.2149.3387.2-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.83%
GREEN value IS 205 (80.47% from 255) = 37.14%
BLUE value IS 221 (86.72% from 255) = 40.04%
R=22.83%
G=37.14%
B=40.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262052210.430.0700.13190.1158.2868.04
Hex7ECDDD2B70Dbe3a44
Octal17631533553701527672104
Binary1111110110011011101110110101111101101101111101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7ECDDD; }

 p { color: rgb(126,205,221); }

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

<style>
 a { background-color: #7ECDDD; }

 a { background-color: rgb(126,205,221); }

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

<style>
 span { border-color: #7ECDDD; }

 span { border-color: rgb(126,205,221); }

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