Shades of Spray #7DCADC
Tints of Spray #7DCADC
RGB
CMYK
RGB Variations
Color information
#7DCADC (or 0x7DCADC) is known color: Spray. HEX triplet: 7D, CA and DC. RGB value is (125,202,220). Sum of RGB (Red+Green+Blue) = 125+202+220=547 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.85% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DCADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCADC is #823523. Grayscale: #B4B4B4. Windows color (decimal): -8533284 or 14469757. OLE color: 14469757.
HSL color Cylindrical-coordinate representation of color #7DCADC: hue angle of 191.37º 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 #7DCADC is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 202 | 220 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.14 |
| HSL | 191.37º | 0.58% | 0.68% | - |
| HSV(B) | 191.37º | 0.43% | 0.86% | - |
| XYZ | 42.5 | 51.77 | 75.46 | - |
| YUV | 181.03 | 149.99 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 202 | 220 | 0.43 | 0.08 | 0 | 0.14 | 191.37 | 0.58 | 0.68 |
| Hex | 7D | CA | DC | 2B | 8 | 0 | E | BF | 3A | 44 |
| Octal | 175 | 312 | 334 | 53 | 10 | 0 | 16 | 277 | 72 | 104 |
| Binary | 1111101 | 11001010 | 11011100 | 101011 | 1000 | 0 | 1110 | 10111111 | 111010 | 1000100 |
Color Harmonies of #7DCADC
Complementary color
Monochromatic Colors of #7DCADC
Black with #7DCADC
Text Example
Text Example
White with #7DCADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCADC; }
p { color: rgb(125,202,220); }
H1.HeaderClassName
{
color: #7DCADC;
}
.AnyTagClassName
{
color: #7DCADC;
}
</style>
background-color css
<style>
a { background-color: #7DCADC; }
a { background-color: rgb(125,202,220); }
div.DivClassName
{
background-color: #7DCADC;
}
.BgClassName
{
background-color: #7DCADC;
}
</style>
border-color css
<style>
span { border-color: #7DCADC; }
span { border-color: rgb(125,202,220); }
td.TdClassName
{
border-color: #7DCADC;
}
.TagClassName
{
border-color: #7DCADC;
}
</style>