Shades of Spray #7FCFDA
Tints of Spray #7FCFDA
RGB
CMYK
RGB Variations
Color information
#7FCFDA (or 0x7FCFDA) is known color: Spray. HEX triplet: 7F, CF and DA. RGB value is (127,207,218). Sum of RGB (Red+Green+Blue) = 127+207+218=552 (73% of max value = 765). Red value is 127 (50% from 255 or 23.01% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #7FCFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCFDA is #803025. Grayscale: #B8B8B8. Windows color (decimal): -8400934 or 14339967. OLE color: 14339967.
HSL color Cylindrical-coordinate representation of color #7FCFDA: hue angle of 187.25º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FCFDA is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 207 | 218 | - |
| CMYK | 0.42 | 0.05 | 0 | 0.15 |
| HSL | 187.25º | 0.55% | 0.68% | - |
| HSV(B) | 187.25º | 0.42% | 0.85% | - |
| XYZ | 43.72 | 54.2 | 74.49 | - |
| YUV | 184.33 | 147 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 207 | 218 | 0.42 | 0.05 | 0 | 0.15 | 187.25 | 0.55 | 0.68 |
| Hex | 7F | CF | DA | 2A | 5 | 0 | F | BB | 37 | 44 |
| Octal | 177 | 317 | 332 | 52 | 5 | 0 | 17 | 273 | 67 | 104 |
| Binary | 1111111 | 11001111 | 11011010 | 101010 | 101 | 0 | 1111 | 10111011 | 110111 | 1000100 |
Color Harmonies of #7FCFDA
Complementary color
Monochromatic Colors of #7FCFDA
Black with #7FCFDA
Text Example
Text Example
White with #7FCFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCFDA; }
p { color: rgb(127,207,218); }
H1.HeaderClassName
{
color: #7FCFDA;
}
.AnyTagClassName
{
color: #7FCFDA;
}
</style>
background-color css
<style>
a { background-color: #7FCFDA; }
a { background-color: rgb(127,207,218); }
div.DivClassName
{
background-color: #7FCFDA;
}
.BgClassName
{
background-color: #7FCFDA;
}
</style>
border-color css
<style>
span { border-color: #7FCFDA; }
span { border-color: rgb(127,207,218); }
td.TdClassName
{
border-color: #7FCFDA;
}
.TagClassName
{
border-color: #7FCFDA;
}
</style>