Shades of Spray #7FCFDB
Tints of Spray #7FCFDB
RGB
CMYK
RGB Variations
Color information
#7FCFDB (or 0x7FCFDB) is known color: Spray. HEX triplet: 7F, CF and DB. RGB value is (127,207,219). Sum of RGB (Red+Green+Blue) = 127+207+219=553 (73% of max value = 765). Red value is 127 (50% from 255 or 22.97% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #7FCFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCFDB is #803024. Grayscale: #B8B8B8. Windows color (decimal): -8400933 or 14405503. OLE color: 14405503.
HSL color Cylindrical-coordinate representation of color #7FCFDB: hue angle of 187.83º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FCFDB is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 207 | 219 | - |
| CMYK | 0.42 | 0.05 | 0 | 0.14 |
| HSL | 187.83º | 0.56% | 0.68% | - |
| HSV(B) | 187.83º | 0.42% | 0.86% | - |
| XYZ | 43.85 | 54.25 | 75.18 | - |
| YUV | 184.45 | 147.5 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 207 | 219 | 0.42 | 0.05 | 0 | 0.14 | 187.83 | 0.56 | 0.68 |
| Hex | 7F | CF | DB | 2A | 5 | 0 | E | BC | 38 | 44 |
| Octal | 177 | 317 | 333 | 52 | 5 | 0 | 16 | 274 | 70 | 104 |
| Binary | 1111111 | 11001111 | 11011011 | 101010 | 101 | 0 | 1110 | 10111100 | 111000 | 1000100 |
Color Harmonies of #7FCFDB
Complementary color
Monochromatic Colors of #7FCFDB
Black with #7FCFDB
Text Example
Text Example
White with #7FCFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCFDB; }
p { color: rgb(127,207,219); }
H1.HeaderClassName
{
color: #7FCFDB;
}
.AnyTagClassName
{
color: #7FCFDB;
}
</style>
background-color css
<style>
a { background-color: #7FCFDB; }
a { background-color: rgb(127,207,219); }
div.DivClassName
{
background-color: #7FCFDB;
}
.BgClassName
{
background-color: #7FCFDB;
}
</style>
border-color css
<style>
span { border-color: #7FCFDB; }
span { border-color: rgb(127,207,219); }
td.TdClassName
{
border-color: #7FCFDB;
}
.TagClassName
{
border-color: #7FCFDB;
}
</style>