Shades of Spray #7DCACF
Tints of Spray #7DCACF
RGB
CMYK
RGB Variations
Color information
#7DCACF (or 0x7DCACF) is known color: Spray. HEX triplet: 7D, CA and CF. RGB value is (125,202,207). Sum of RGB (Red+Green+Blue) = 125+202+207=534 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.41% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #7DCACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCACF is #823530. Grayscale: #B3B3B3. Windows color (decimal): -8533297 or 13617789. OLE color: 13617789.
HSL color Cylindrical-coordinate representation of color #7DCACF: hue angle of 183.66º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DCACF is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 202 | 207 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.19 |
| HSL | 183.66º | 0.46% | 0.65% | - |
| HSV(B) | 183.66º | 0.4% | 0.81% | - |
| XYZ | 40.84 | 51.11 | 66.74 | - |
| YUV | 179.55 | 143.49 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 202 | 207 | 0.40 | 0.02 | 0 | 0.19 | 183.66 | 0.46 | 0.65 |
| Hex | 7D | CA | CF | 28 | 2 | 0 | 13 | B8 | 2E | 41 |
| Octal | 175 | 312 | 317 | 50 | 2 | 0 | 23 | 270 | 56 | 101 |
| Binary | 1111101 | 11001010 | 11001111 | 101000 | 10 | 0 | 10011 | 10111000 | 101110 | 1000001 |
Color Harmonies of #7DCACF
Complementary color
Monochromatic Colors of #7DCACF
Black with #7DCACF
Text Example
Text Example
White with #7DCACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCACF; }
p { color: rgb(125,202,207); }
H1.HeaderClassName
{
color: #7DCACF;
}
.AnyTagClassName
{
color: #7DCACF;
}
</style>
background-color css
<style>
a { background-color: #7DCACF; }
a { background-color: rgb(125,202,207); }
div.DivClassName
{
background-color: #7DCACF;
}
.BgClassName
{
background-color: #7DCACF;
}
</style>
border-color css
<style>
span { border-color: #7DCACF; }
span { border-color: rgb(125,202,207); }
td.TdClassName
{
border-color: #7DCACF;
}
.TagClassName
{
border-color: #7DCACF;
}
</style>