Shades of Spray #7FC5DA
Tints of Spray #7FC5DA
RGB
CMYK
RGB Variations
Color information
#7FC5DA (or 0x7FC5DA) is known color: Spray. HEX triplet: 7F, C5 and DA. RGB value is (127,197,218). Sum of RGB (Red+Green+Blue) = 127+197+218=542 (71% of max value = 765). Red value is 127 (50% from 255 or 23.43% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #7FC5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC5DA is #803A25. Grayscale: #B2B2B2. Windows color (decimal): -8403494 or 14337407. OLE color: 14337407.
HSL color Cylindrical-coordinate representation of color #7FC5DA: hue angle of 193.85º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FC5DA is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 197 | 218 | - |
| CMYK | 0.42 | 0.10 | 0 | 0.15 |
| HSL | 193.85º | 0.55% | 0.68% | - |
| HSV(B) | 193.85º | 0.42% | 0.85% | - |
| XYZ | 41.37 | 49.51 | 73.7 | - |
| YUV | 178.46 | 150.31 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 197 | 218 | 0.42 | 0.10 | 0 | 0.15 | 193.85 | 0.55 | 0.68 |
| Hex | 7F | C5 | DA | 2A | A | 0 | F | C2 | 37 | 44 |
| Octal | 177 | 305 | 332 | 52 | 12 | 0 | 17 | 302 | 67 | 104 |
| Binary | 1111111 | 11000101 | 11011010 | 101010 | 1010 | 0 | 1111 | 11000010 | 110111 | 1000100 |
Color Harmonies of #7FC5DA
Complementary color
Monochromatic Colors of #7FC5DA
Black with #7FC5DA
Text Example
Text Example
White with #7FC5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC5DA; }
p { color: rgb(127,197,218); }
H1.HeaderClassName
{
color: #7FC5DA;
}
.AnyTagClassName
{
color: #7FC5DA;
}
</style>
background-color css
<style>
a { background-color: #7FC5DA; }
a { background-color: rgb(127,197,218); }
div.DivClassName
{
background-color: #7FC5DA;
}
.BgClassName
{
background-color: #7FC5DA;
}
</style>
border-color css
<style>
span { border-color: #7FC5DA; }
span { border-color: rgb(127,197,218); }
td.TdClassName
{
border-color: #7FC5DA;
}
.TagClassName
{
border-color: #7FC5DA;
}
</style>