#7EDCDD

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

Shades of Spray #7EDCDD

Tints of Spray #7EDCDD

Color information

#7EDCDD (or 0x7EDCDD) is unknown color: approx Spray. HEX triplet: 7E, DC and DD. RGB value is (126,220,221). Sum of RGB (Red+Green+Blue) = 126+220+221=567 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.22% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #7EDCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDCDD is #812322. Grayscale: #BFBFBF. Windows color (decimal): -8463139 or 14539902. OLE color: 14539902.

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

Color convert

RGB126220221-
CMYK0.430.0000.13
HSL180.63º58.28%68.04%-
HSV(B)180.63º42.99%86.67%-
XYZ47.2560.8477.66-
YUV192.01144.3680.92-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.22%
GREEN value IS 220 (86.33% from 255) = 38.80%
BLUE value IS 221 (86.72% from 255) = 38.98%
R=22.22%
G=38.80%
B=38.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262202210.430.0000.13180.6358.2868.04
Hex7EDCDD2B00Db53a44
Octal17633433553001526572104
Binary11111101101110011011101101011001101101101011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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