Shades of Spray #7DCDDC
Tints of Spray #7DCDDC
RGB
CMYK
RGB Variations
Color information
#7DCDDC (or 0x7DCDDC) is known color: Spray. HEX triplet: 7D, CD and DC. RGB value is (125,205,220). Sum of RGB (Red+Green+Blue) = 125+205+220=550 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.73% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DCDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCDDC is #823223. Grayscale: #B6B6B6. Windows color (decimal): -8532516 or 14470525. OLE color: 14470525.
HSL color Cylindrical-coordinate representation of color #7DCDDC: hue angle of 189.47º 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 #7DCDDC is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 205 | 220 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.14 |
| HSL | 189.47º | 0.58% | 0.68% | - |
| HSV(B) | 189.47º | 0.43% | 0.86% | - |
| XYZ | 43.21 | 53.19 | 75.7 | - |
| YUV | 182.79 | 149 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 220 | 0.43 | 0.07 | 0 | 0.14 | 189.47 | 0.58 | 0.68 |
| Hex | 7D | CD | DC | 2B | 7 | 0 | E | BD | 3A | 44 |
| Octal | 175 | 315 | 334 | 53 | 7 | 0 | 16 | 275 | 72 | 104 |
| Binary | 1111101 | 11001101 | 11011100 | 101011 | 111 | 0 | 1110 | 10111101 | 111010 | 1000100 |
Color Harmonies of #7DCDDC
Complementary color
Monochromatic Colors of #7DCDDC
Black with #7DCDDC
Text Example
Text Example
White with #7DCDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCDDC; }
p { color: rgb(125,205,220); }
H1.HeaderClassName
{
color: #7DCDDC;
}
.AnyTagClassName
{
color: #7DCDDC;
}
</style>
background-color css
<style>
a { background-color: #7DCDDC; }
a { background-color: rgb(125,205,220); }
div.DivClassName
{
background-color: #7DCDDC;
}
.BgClassName
{
background-color: #7DCDDC;
}
</style>
border-color css
<style>
span { border-color: #7DCDDC; }
span { border-color: rgb(125,205,220); }
td.TdClassName
{
border-color: #7DCDDC;
}
.TagClassName
{
border-color: #7DCDDC;
}
</style>