Shades of Spray #7FC5D1
Tints of Spray #7FC5D1
RGB
CMYK
RGB Variations
Color information
#7FC5D1 (or 0x7FC5D1) is known color: Spray. HEX triplet: 7F, C5 and D1. RGB value is (127,197,209). Sum of RGB (Red+Green+Blue) = 127+197+209=533 (70% of max value = 765). Red value is 127 (50% from 255 or 23.83% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 209 - color contains mainly: blue. Hex color #7FC5D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC5D1 is #803A2E. Grayscale: #B1B1B1. Windows color (decimal): -8403503 or 13747583. OLE color: 13747583.
HSL color Cylindrical-coordinate representation of color #7FC5D1: hue angle of 188.78º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FC5D1 is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 127 | 197 | 209 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.18 |
| HSL | 188.78º | 0.47% | 0.66% | - |
| HSV(B) | 188.78º | 0.39% | 0.82% | - |
| XYZ | 40.23 | 49.05 | 67.67 | - |
| YUV | 177.44 | 145.81 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 197 | 209 | 0.39 | 0.06 | 0 | 0.18 | 188.78 | 0.47 | 0.66 |
| Hex | 7F | C5 | D1 | 27 | 6 | 0 | 12 | BD | 2F | 42 |
| Octal | 177 | 305 | 321 | 47 | 6 | 0 | 22 | 275 | 57 | 102 |
| Binary | 1111111 | 11000101 | 11010001 | 100111 | 110 | 0 | 10010 | 10111101 | 101111 | 1000010 |
Color Harmonies of #7FC5D1
Complementary color
Monochromatic Colors of #7FC5D1
Black with #7FC5D1
Text Example
Text Example
White with #7FC5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC5D1; }
p { color: rgb(127,197,209); }
H1.HeaderClassName
{
color: #7FC5D1;
}
.AnyTagClassName
{
color: #7FC5D1;
}
</style>
background-color css
<style>
a { background-color: #7FC5D1; }
a { background-color: rgb(127,197,209); }
div.DivClassName
{
background-color: #7FC5D1;
}
.BgClassName
{
background-color: #7FC5D1;
}
</style>
border-color css
<style>
span { border-color: #7FC5D1; }
span { border-color: rgb(127,197,209); }
td.TdClassName
{
border-color: #7FC5D1;
}
.TagClassName
{
border-color: #7FC5D1;
}
</style>