Shades of Spray #7FD3DB
Tints of Spray #7FD3DB
RGB
CMYK
RGB Variations
Color information
#7FD3DB (or 0x7FD3DB) is known color: Spray. HEX triplet: 7F, D3 and DB. RGB value is (127,211,219). Sum of RGB (Red+Green+Blue) = 127+211+219=557 (73% of max value = 765). Red value is 127 (50% from 255 or 22.80% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #7FD3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD3DB is #802C24. Grayscale: #BABABA. Windows color (decimal): -8399909 or 14406527. OLE color: 14406527.
HSL color Cylindrical-coordinate representation of color #7FD3DB: hue angle of 185.22º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FD3DB is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 211 | 219 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.14 |
| HSL | 185.22º | 0.56% | 0.68% | - |
| HSV(B) | 185.22º | 0.42% | 0.86% | - |
| XYZ | 44.83 | 56.22 | 75.51 | - |
| YUV | 186.8 | 146.17 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 211 | 219 | 0.42 | 0.04 | 0 | 0.14 | 185.22 | 0.56 | 0.68 |
| Hex | 7F | D3 | DB | 2A | 4 | 0 | E | B9 | 38 | 44 |
| Octal | 177 | 323 | 333 | 52 | 4 | 0 | 16 | 271 | 70 | 104 |
| Binary | 1111111 | 11010011 | 11011011 | 101010 | 100 | 0 | 1110 | 10111001 | 111000 | 1000100 |
Color Harmonies of #7FD3DB
Complementary color
Monochromatic Colors of #7FD3DB
Black with #7FD3DB
Text Example
Text Example
White with #7FD3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD3DB; }
p { color: rgb(127,211,219); }
H1.HeaderClassName
{
color: #7FD3DB;
}
.AnyTagClassName
{
color: #7FD3DB;
}
</style>
background-color css
<style>
a { background-color: #7FD3DB; }
a { background-color: rgb(127,211,219); }
div.DivClassName
{
background-color: #7FD3DB;
}
.BgClassName
{
background-color: #7FD3DB;
}
</style>
border-color css
<style>
span { border-color: #7FD3DB; }
span { border-color: rgb(127,211,219); }
td.TdClassName
{
border-color: #7FD3DB;
}
.TagClassName
{
border-color: #7FD3DB;
}
</style>