Shades of Spray #7DD4DC
Tints of Spray #7DD4DC
RGB
CMYK
RGB Variations
Color information
#7DD4DC (or 0x7DD4DC) is known color: Spray. HEX triplet: 7D, D4 and DC. RGB value is (125,212,220). Sum of RGB (Red+Green+Blue) = 125+212+220=557 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.44% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DD4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD4DC is #822B23. Grayscale: #BABABA. Windows color (decimal): -8530724 or 14472317. OLE color: 14472317.
HSL color Cylindrical-coordinate representation of color #7DD4DC: hue angle of 185.05º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DD4DC is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 212 | 220 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.14 |
| HSL | 185.05º | 0.58% | 0.68% | - |
| HSV(B) | 185.05º | 0.43% | 0.86% | - |
| XYZ | 44.92 | 56.61 | 76.27 | - |
| YUV | 186.9 | 146.68 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 212 | 220 | 0.43 | 0.04 | 0 | 0.14 | 185.05 | 0.58 | 0.68 |
| Hex | 7D | D4 | DC | 2B | 4 | 0 | E | B9 | 3A | 44 |
| Octal | 175 | 324 | 334 | 53 | 4 | 0 | 16 | 271 | 72 | 104 |
| Binary | 1111101 | 11010100 | 11011100 | 101011 | 100 | 0 | 1110 | 10111001 | 111010 | 1000100 |
Color Harmonies of #7DD4DC
Complementary color
Monochromatic Colors of #7DD4DC
Black with #7DD4DC
Text Example
Text Example
White with #7DD4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD4DC; }
p { color: rgb(125,212,220); }
H1.HeaderClassName
{
color: #7DD4DC;
}
.AnyTagClassName
{
color: #7DD4DC;
}
</style>
background-color css
<style>
a { background-color: #7DD4DC; }
a { background-color: rgb(125,212,220); }
div.DivClassName
{
background-color: #7DD4DC;
}
.BgClassName
{
background-color: #7DD4DC;
}
</style>
border-color css
<style>
span { border-color: #7DD4DC; }
span { border-color: rgb(125,212,220); }
td.TdClassName
{
border-color: #7DD4DC;
}
.TagClassName
{
border-color: #7DD4DC;
}
</style>