Shades of Spray #7FCACF
Tints of Spray #7FCACF
RGB
CMYK
RGB Variations
Color information
#7FCACF (or 0x7FCACF) is known color: Spray. HEX triplet: 7F, CA and CF. RGB value is (127,202,207). Sum of RGB (Red+Green+Blue) = 127+202+207=536 (70% of max value = 765). Red value is 127 (50% from 255 or 23.69% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #7FCACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCACF is #803530. Grayscale: #B4B4B4. Windows color (decimal): -8402225 or 13617791. OLE color: 13617791.
HSL color Cylindrical-coordinate representation of color #7FCACF: hue angle of 183.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FCACF is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 202 | 207 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.19 |
| HSL | 183.75º | 0.45% | 0.65% | - |
| HSV(B) | 183.75º | 0.39% | 0.81% | - |
| XYZ | 41.14 | 51.26 | 66.76 | - |
| YUV | 180.15 | 143.15 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 202 | 207 | 0.39 | 0.02 | 0 | 0.19 | 183.75 | 0.45 | 0.65 |
| Hex | 7F | CA | CF | 27 | 2 | 0 | 13 | B8 | 2D | 41 |
| Octal | 177 | 312 | 317 | 47 | 2 | 0 | 23 | 270 | 55 | 101 |
| Binary | 1111111 | 11001010 | 11001111 | 100111 | 10 | 0 | 10011 | 10111000 | 101101 | 1000001 |
Color Harmonies of #7FCACF
Complementary color
Monochromatic Colors of #7FCACF
Black with #7FCACF
Text Example
Text Example
White with #7FCACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCACF; }
p { color: rgb(127,202,207); }
H1.HeaderClassName
{
color: #7FCACF;
}
.AnyTagClassName
{
color: #7FCACF;
}
</style>
background-color css
<style>
a { background-color: #7FCACF; }
a { background-color: rgb(127,202,207); }
div.DivClassName
{
background-color: #7FCACF;
}
.BgClassName
{
background-color: #7FCACF;
}
</style>
border-color css
<style>
span { border-color: #7FCACF; }
span { border-color: rgb(127,202,207); }
td.TdClassName
{
border-color: #7FCACF;
}
.TagClassName
{
border-color: #7FCACF;
}
</style>