Shades of Spray #7FCCD5
Tints of Spray #7FCCD5
RGB
CMYK
RGB Variations
Color information
#7FCCD5 (or 0x7FCCD5) is known color: Spray. HEX triplet: 7F, CC and D5. RGB value is (127,204,213). Sum of RGB (Red+Green+Blue) = 127+204+213=544 (72% of max value = 765). Red value is 127 (50% from 255 or 23.35% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 213 - color contains mainly: blue. Hex color #7FCCD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCCD5 is #80332A. Grayscale: #B5B5B5. Windows color (decimal): -8401707 or 14011519. OLE color: 14011519.
HSL color Cylindrical-coordinate representation of color #7FCCD5: hue angle of 186.28º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FCCD5 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 204 | 213 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.16 |
| HSL | 186.28º | 0.51% | 0.67% | - |
| HSV(B) | 186.28º | 0.4% | 0.84% | - |
| XYZ | 42.36 | 52.5 | 70.85 | - |
| YUV | 182 | 145.49 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 204 | 213 | 0.40 | 0.04 | 0 | 0.16 | 186.28 | 0.51 | 0.67 |
| Hex | 7F | CC | D5 | 28 | 4 | 0 | 10 | BA | 33 | 43 |
| Octal | 177 | 314 | 325 | 50 | 4 | 0 | 20 | 272 | 63 | 103 |
| Binary | 1111111 | 11001100 | 11010101 | 101000 | 100 | 0 | 10000 | 10111010 | 110011 | 1000011 |
Color Harmonies of #7FCCD5
Complementary color
Monochromatic Colors of #7FCCD5
Black with #7FCCD5
Text Example
Text Example
White with #7FCCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCCD5; }
p { color: rgb(127,204,213); }
H1.HeaderClassName
{
color: #7FCCD5;
}
.AnyTagClassName
{
color: #7FCCD5;
}
</style>
background-color css
<style>
a { background-color: #7FCCD5; }
a { background-color: rgb(127,204,213); }
div.DivClassName
{
background-color: #7FCCD5;
}
.BgClassName
{
background-color: #7FCCD5;
}
</style>
border-color css
<style>
span { border-color: #7FCCD5; }
span { border-color: rgb(127,204,213); }
td.TdClassName
{
border-color: #7FCCD5;
}
.TagClassName
{
border-color: #7FCCD5;
}
</style>