Shades of Spray #7FDDDF
Tints of Spray #7FDDDF
RGB
CMYK
RGB Variations
Color information
#7FDDDF (or 0x7FDDDF) is known color: Spray. HEX triplet: 7F, DD and DF. RGB value is (127,221,223). Sum of RGB (Red+Green+Blue) = 127+221+223=571 (75% of max value = 765). Red value is 127 (50% from 255 or 22.24% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #7FDDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDDDF is #802220. Grayscale: #C1C1C1. Windows color (decimal): -8397345 or 14671231. OLE color: 14671231.
HSL color Cylindrical-coordinate representation of color #7FDDDF: hue angle of 181.25º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDDDF is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 221 | 223 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.13 |
| HSL | 181.25º | 0.6% | 0.69% | - |
| HSV(B) | 181.25º | 0.43% | 0.87% | - |
| XYZ | 47.93 | 61.55 | 79.17 | - |
| YUV | 193.12 | 144.86 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 221 | 223 | 0.43 | 0.01 | 0 | 0.13 | 181.25 | 0.6 | 0.69 |
| Hex | 7F | DD | DF | 2B | 1 | 0 | D | B5 | 3C | 45 |
| Octal | 177 | 335 | 337 | 53 | 1 | 0 | 15 | 265 | 74 | 105 |
| Binary | 1111111 | 11011101 | 11011111 | 101011 | 1 | 0 | 1101 | 10110101 | 111100 | 1000101 |
Color Harmonies of #7FDDDF
Complementary color
Monochromatic Colors of #7FDDDF
Black with #7FDDDF
Text Example
Text Example
White with #7FDDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDDDF; }
p { color: rgb(127,221,223); }
H1.HeaderClassName
{
color: #7FDDDF;
}
.AnyTagClassName
{
color: #7FDDDF;
}
</style>
background-color css
<style>
a { background-color: #7FDDDF; }
a { background-color: rgb(127,221,223); }
div.DivClassName
{
background-color: #7FDDDF;
}
.BgClassName
{
background-color: #7FDDDF;
}
</style>
border-color css
<style>
span { border-color: #7FDDDF; }
span { border-color: rgb(127,221,223); }
td.TdClassName
{
border-color: #7FDDDF;
}
.TagClassName
{
border-color: #7FDDDF;
}
</style>