Shades of Spray #7FDDD9
Tints of Spray #7FDDD9
RGB
CMYK
RGB Variations
Color information
#7FDDD9 (or 0x7FDDD9) is known color: Spray. HEX triplet: 7F, DD and D9. RGB value is (127,221,217). Sum of RGB (Red+Green+Blue) = 127+221+217=565 (74% of max value = 765). Red value is 127 (50% from 255 or 22.48% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 217 (85.16% from 255 or 38.41% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDDD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDDD9 is #802226. Grayscale: #C0C0C0. Windows color (decimal): -8397351 or 14278015. OLE color: 14278015.
HSL color Cylindrical-coordinate representation of color #7FDDD9: hue angle of 177.45º 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 #7FDDD9 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 221 | 217 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.13 |
| HSL | 177.45º | 0.58% | 0.68% | - |
| HSV(B) | 177.45º | 0.43% | 0.87% | - |
| XYZ | 47.13 | 61.23 | 74.98 | - |
| YUV | 192.44 | 141.86 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 221 | 217 | 0.43 | 0 | 0.02 | 0.13 | 177.45 | 0.58 | 0.68 |
| Hex | 7F | DD | D9 | 2B | 0 | 2 | D | B1 | 3A | 44 |
| Octal | 177 | 335 | 331 | 53 | 0 | 2 | 15 | 261 | 72 | 104 |
| Binary | 1111111 | 11011101 | 11011001 | 101011 | 0 | 10 | 1101 | 10110001 | 111010 | 1000100 |
Color Harmonies of #7FDDD9
Complementary color
Monochromatic Colors of #7FDDD9
Black with #7FDDD9
Text Example
Text Example
White with #7FDDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDDD9; }
p { color: rgb(127,221,217); }
H1.HeaderClassName
{
color: #7FDDD9;
}
.AnyTagClassName
{
color: #7FDDD9;
}
</style>
background-color css
<style>
a { background-color: #7FDDD9; }
a { background-color: rgb(127,221,217); }
div.DivClassName
{
background-color: #7FDDD9;
}
.BgClassName
{
background-color: #7FDDD9;
}
</style>
border-color css
<style>
span { border-color: #7FDDD9; }
span { border-color: rgb(127,221,217); }
td.TdClassName
{
border-color: #7FDDD9;
}
.TagClassName
{
border-color: #7FDDD9;
}
</style>