Shades of Spray #7FC0DD
Tints of Spray #7FC0DD
RGB
CMYK
RGB Variations
Color information
#7FC0DD (or 0x7FC0DD) is known color: Spray. HEX triplet: 7F, C0 and DD. RGB value is (127,192,221). Sum of RGB (Red+Green+Blue) = 127+192+221=540 (71% of max value = 765). Red value is 127 (50% from 255 or 23.52% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #7FC0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC0DD is #803F22. Grayscale: #AFAFAF. Windows color (decimal): -8404771 or 14532735. OLE color: 14532735.
HSL color Cylindrical-coordinate representation of color #7FC0DD: hue angle of 198.51º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FC0DD is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 192 | 221 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.13 |
| HSL | 198.51º | 0.58% | 0.68% | - |
| HSV(B) | 198.51º | 0.43% | 0.87% | - |
| XYZ | 40.65 | 47.43 | 75.42 | - |
| YUV | 175.87 | 153.47 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 221 | 0.43 | 0.13 | 0 | 0.13 | 198.51 | 0.58 | 0.68 |
| Hex | 7F | C0 | DD | 2B | D | 0 | D | C7 | 3A | 44 |
| Octal | 177 | 300 | 335 | 53 | 15 | 0 | 15 | 307 | 72 | 104 |
| Binary | 1111111 | 11000000 | 11011101 | 101011 | 1101 | 0 | 1101 | 11000111 | 111010 | 1000100 |
Color Harmonies of #7FC0DD
Complementary color
Monochromatic Colors of #7FC0DD
Black with #7FC0DD
Text Example
Text Example
White with #7FC0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC0DD; }
p { color: rgb(127,192,221); }
H1.HeaderClassName
{
color: #7FC0DD;
}
.AnyTagClassName
{
color: #7FC0DD;
}
</style>
background-color css
<style>
a { background-color: #7FC0DD; }
a { background-color: rgb(127,192,221); }
div.DivClassName
{
background-color: #7FC0DD;
}
.BgClassName
{
background-color: #7FC0DD;
}
</style>
border-color css
<style>
span { border-color: #7FC0DD; }
span { border-color: rgb(127,192,221); }
td.TdClassName
{
border-color: #7FC0DD;
}
.TagClassName
{
border-color: #7FC0DD;
}
</style>