Shades of Spray #7FCFDF
Tints of Spray #7FCFDF
RGB
CMYK
RGB Variations
Color information
#7FCFDF (or 0x7FCFDF) is known color: Spray. HEX triplet: 7F, CF and DF. RGB value is (127,207,223). Sum of RGB (Red+Green+Blue) = 127+207+223=557 (73% of max value = 765). Red value is 127 (50% from 255 or 22.80% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #7FCFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCFDF is #803020. Grayscale: #B8B8B8. Windows color (decimal): -8400929 or 14667647. OLE color: 14667647.
HSL color Cylindrical-coordinate representation of color #7FCFDF: hue angle of 190º 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 #7FCFDF is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 207 | 223 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.13 |
| HSL | 190º | 0.6% | 0.69% | - |
| HSV(B) | 190º | 0.43% | 0.87% | - |
| XYZ | 44.38 | 54.47 | 77.99 | - |
| YUV | 184.9 | 149.5 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 207 | 223 | 0.43 | 0.07 | 0 | 0.13 | 190 | 0.6 | 0.69 |
| Hex | 7F | CF | DF | 2B | 7 | 0 | D | BE | 3C | 45 |
| Octal | 177 | 317 | 337 | 53 | 7 | 0 | 15 | 276 | 74 | 105 |
| Binary | 1111111 | 11001111 | 11011111 | 101011 | 111 | 0 | 1101 | 10111110 | 111100 | 1000101 |
Color Harmonies of #7FCFDF
Complementary color
Monochromatic Colors of #7FCFDF
Black with #7FCFDF
Text Example
Text Example
White with #7FCFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCFDF; }
p { color: rgb(127,207,223); }
H1.HeaderClassName
{
color: #7FCFDF;
}
.AnyTagClassName
{
color: #7FCFDF;
}
</style>
background-color css
<style>
a { background-color: #7FCFDF; }
a { background-color: rgb(127,207,223); }
div.DivClassName
{
background-color: #7FCFDF;
}
.BgClassName
{
background-color: #7FCFDF;
}
</style>
border-color css
<style>
span { border-color: #7FCFDF; }
span { border-color: rgb(127,207,223); }
td.TdClassName
{
border-color: #7FCFDF;
}
.TagClassName
{
border-color: #7FCFDF;
}
</style>