#7ECCDD

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

Shades of Spray #7ECCDD

Tints of Spray #7ECCDD

Color information

#7ECCDD (or 0x7ECCDD) is unknown color: approx Spray. HEX triplet: 7E, CC and DD. RGB value is (126,204,221). Sum of RGB (Red+Green+Blue) = 126+204+221=551 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.87% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #7ECCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECCDD is #813322. Grayscale: #B6B6B6. Windows color (decimal): -8467235 or 14535806. OLE color: 14535806.

HSL color Cylindrical-coordinate representation of color #7ECCDD: hue angle of 190.74º 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 #7ECCDD is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB126204221-
CMYK0.430.0800.13
HSL190.74º58.28%68.04%-
HSV(B)190.74º42.99%86.67%-
XYZ43.2552.8476.33-
YUV182.62149.6687.62-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.87%
GREEN value IS 204 (80.08% from 255) = 37.02%
BLUE value IS 221 (86.72% from 255) = 40.11%
R=22.87%
G=37.02%
B=40.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262042210.430.0800.13190.7458.2868.04
Hex7ECCDD2B80Dbf3a44
Octal176314335531001527772104
Binary11111101100110011011101101011100001101101111111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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