#7edcdf

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

Shades of Spray #7EDCDF

Tints of Spray #7EDCDF

Color information

#7EDCDF (or 0x7EDCDF) is unknown color: approx Spray. HEX triplet: 7E, DC and DF. RGB value is (126,220,223). Sum of RGB (Red+Green+Blue) = 126+220+223=569 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.14% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #7EDCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDCDF is #812320. Grayscale: #C0C0C0. Windows color (decimal): -8463137 or 14670974. OLE color: 14670974.

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

Color convert

RGB126220223-
CMYK0.430.0100.13
HSL181.86º60.25%68.43%-
HSV(B)181.86º43.5%87.45%-
XYZ47.5260.9579.07-
YUV192.24145.3680.76-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.14%
GREEN value IS 220 (86.33% from 255) = 38.66%
BLUE value IS 223 (87.5% from 255) = 39.19%
R=22.14%
G=38.66%
B=39.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262202230.430.0100.13181.8660.2568.43
Hex7EDCDF2B10Db63c44
Octal17633433753101526674104
Binary11111101101110011011111101011101101101101101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7edcdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,220,223); }

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

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

 a { background-color: rgb(126,220,223); }

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

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

 span { border-color: rgb(126,220,223); }

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