Shades of Spray #7FD3DF
Tints of Spray #7FD3DF
RGB
CMYK
RGB Variations
Color information
#7FD3DF (or 0x7FD3DF) is known color: Spray. HEX triplet: 7F, D3 and DF. RGB value is (127,211,223). Sum of RGB (Red+Green+Blue) = 127+211+223=561 (74% of max value = 765). Red value is 127 (50% from 255 or 22.64% from 561); Green value is 211 (82.81% from 255 or 37.61% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #7FD3DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD3DF is #802C20. Grayscale: #BBBBBB. Windows color (decimal): -8399905 or 14668671. OLE color: 14668671.
HSL color Cylindrical-coordinate representation of color #7FD3DF: hue angle of 187.5º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FD3DF is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 211 | 223 | - |
| CMYK | 0.43 | 0.05 | 0 | 0.13 |
| HSL | 187.5º | 0.6% | 0.69% | - |
| HSV(B) | 187.5º | 0.43% | 0.87% | - |
| XYZ | 45.37 | 56.43 | 78.31 | - |
| YUV | 187.25 | 148.17 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 211 | 223 | 0.43 | 0.05 | 0 | 0.13 | 187.5 | 0.6 | 0.69 |
| Hex | 7F | D3 | DF | 2B | 5 | 0 | D | BC | 3C | 45 |
| Octal | 177 | 323 | 337 | 53 | 5 | 0 | 15 | 274 | 74 | 105 |
| Binary | 1111111 | 11010011 | 11011111 | 101011 | 101 | 0 | 1101 | 10111100 | 111100 | 1000101 |
Color Harmonies of #7FD3DF
Complementary color
Monochromatic Colors of #7FD3DF
Black with #7FD3DF
Text Example
Text Example
White with #7FD3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD3DF; }
p { color: rgb(127,211,223); }
H1.HeaderClassName
{
color: #7FD3DF;
}
.AnyTagClassName
{
color: #7FD3DF;
}
</style>
background-color css
<style>
a { background-color: #7FD3DF; }
a { background-color: rgb(127,211,223); }
div.DivClassName
{
background-color: #7FD3DF;
}
.BgClassName
{
background-color: #7FD3DF;
}
</style>
border-color css
<style>
span { border-color: #7FD3DF; }
span { border-color: rgb(127,211,223); }
td.TdClassName
{
border-color: #7FD3DF;
}
.TagClassName
{
border-color: #7FD3DF;
}
</style>