Shades of Spray #7FCDDD
Tints of Spray #7FCDDD
RGB
CMYK
RGB Variations
Color information
#7FCDDD (or 0x7FCDDD) is known color: Spray. HEX triplet: 7F, CD and DD. RGB value is (127,205,221). Sum of RGB (Red+Green+Blue) = 127+205+221=553 (73% of max value = 765). Red value is 127 (50% from 255 or 22.97% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #7FCDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCDDD is #803222. Grayscale: #B7B7B7. Windows color (decimal): -8401443 or 14536063. OLE color: 14536063.
HSL color Cylindrical-coordinate representation of color #7FCDDD: hue angle of 190.21º 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 #7FCDDD is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 205 | 221 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.13 |
| HSL | 190.21º | 0.58% | 0.68% | - |
| HSV(B) | 190.21º | 0.43% | 0.87% | - |
| XYZ | 43.63 | 53.4 | 76.41 | - |
| YUV | 183.5 | 149.16 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 205 | 221 | 0.43 | 0.07 | 0 | 0.13 | 190.21 | 0.58 | 0.68 |
| Hex | 7F | CD | DD | 2B | 7 | 0 | D | BE | 3A | 44 |
| Octal | 177 | 315 | 335 | 53 | 7 | 0 | 15 | 276 | 72 | 104 |
| Binary | 1111111 | 11001101 | 11011101 | 101011 | 111 | 0 | 1101 | 10111110 | 111010 | 1000100 |
Color Harmonies of #7FCDDD
Complementary color
Monochromatic Colors of #7FCDDD
Black with #7FCDDD
Text Example
Text Example
White with #7FCDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCDDD; }
p { color: rgb(127,205,221); }
H1.HeaderClassName
{
color: #7FCDDD;
}
.AnyTagClassName
{
color: #7FCDDD;
}
</style>
background-color css
<style>
a { background-color: #7FCDDD; }
a { background-color: rgb(127,205,221); }
div.DivClassName
{
background-color: #7FCDDD;
}
.BgClassName
{
background-color: #7FCDDD;
}
</style>
border-color css
<style>
span { border-color: #7FCDDD; }
span { border-color: rgb(127,205,221); }
td.TdClassName
{
border-color: #7FCDDD;
}
.TagClassName
{
border-color: #7FCDDD;
}
</style>