Shades of Spray #7FC6CB
Tints of Spray #7FC6CB
RGB
CMYK
RGB Variations
Color information
#7FC6CB (or 0x7FC6CB) is known color: Spray. HEX triplet: 7F, C6 and CB. RGB value is (127,198,203). Sum of RGB (Red+Green+Blue) = 127+198+203=528 (69% of max value = 765). Red value is 127 (50% from 255 or 24.05% from 528); Green value is 198 (77.73% from 255 or 37.5% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #7FC6CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC6CB is #803934. Grayscale: #B1B1B1. Windows color (decimal): -8403253 or 13354623. OLE color: 13354623.
HSL color Cylindrical-coordinate representation of color #7FC6CB: hue angle of 183.95º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FC6CB is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 198 | 203 | - |
| CMYK | 0.37 | 0.02 | 0 | 0.20 |
| HSL | 183.95º | 0.42% | 0.65% | - |
| HSV(B) | 183.95º | 0.37% | 0.8% | - |
| XYZ | 39.73 | 49.21 | 63.91 | - |
| YUV | 177.34 | 142.48 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 198 | 203 | 0.37 | 0.02 | 0 | 0.20 | 183.95 | 0.42 | 0.65 |
| Hex | 7F | C6 | CB | 25 | 2 | 0 | 14 | B8 | 2A | 41 |
| Octal | 177 | 306 | 313 | 45 | 2 | 0 | 24 | 270 | 52 | 101 |
| Binary | 1111111 | 11000110 | 11001011 | 100101 | 10 | 0 | 10100 | 10111000 | 101010 | 1000001 |
Color Harmonies of #7FC6CB
Complementary color
Monochromatic Colors of #7FC6CB
Black with #7FC6CB
Text Example
Text Example
White with #7FC6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC6CB; }
p { color: rgb(127,198,203); }
H1.HeaderClassName
{
color: #7FC6CB;
}
.AnyTagClassName
{
color: #7FC6CB;
}
</style>
background-color css
<style>
a { background-color: #7FC6CB; }
a { background-color: rgb(127,198,203); }
div.DivClassName
{
background-color: #7FC6CB;
}
.BgClassName
{
background-color: #7FC6CB;
}
</style>
border-color css
<style>
span { border-color: #7FC6CB; }
span { border-color: rgb(127,198,203); }
td.TdClassName
{
border-color: #7FC6CB;
}
.TagClassName
{
border-color: #7FC6CB;
}
</style>