Shades of Spray #73C5D0
Tints of Spray #73C5D0
RGB
CMYK
RGB Variations
Color information
#73C5D0 (or 0x73C5D0) is known color: Spray. HEX triplet: 73, C5 and D0. RGB value is (115,197,208). Sum of RGB (Red+Green+Blue) = 115+197+208=520 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.12% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 208 - color contains mainly: blue. Hex color #73C5D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C5D0 is #8C3A2F. Grayscale: #ADADAD. Windows color (decimal): -9189936 or 13682035. OLE color: 13682035.
HSL color Cylindrical-coordinate representation of color #73C5D0: hue angle of 187.1º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73C5D0 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 197 | 208 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.18 |
| HSL | 187.1º | 0.5% | 0.63% | - |
| HSV(B) | 187.1º | 0.45% | 0.82% | - |
| XYZ | 38.42 | 48.13 | 66.94 | - |
| YUV | 173.74 | 147.33 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 197 | 208 | 0.45 | 0.05 | 0 | 0.18 | 187.1 | 0.5 | 0.63 |
| Hex | 73 | C5 | D0 | 2D | 5 | 0 | 12 | BB | 32 | 3F |
| Octal | 163 | 305 | 320 | 55 | 5 | 0 | 22 | 273 | 62 | 77 |
| Binary | 1110011 | 11000101 | 11010000 | 101101 | 101 | 0 | 10010 | 10111011 | 110010 | 111111 |
Color Harmonies of #73C5D0
Complementary color
Monochromatic Colors of #73C5D0
Black with #73C5D0
Text Example
Text Example
White with #73C5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C5D0; }
p { color: rgb(115,197,208); }
H1.HeaderClassName
{
color: #73C5D0;
}
.AnyTagClassName
{
color: #73C5D0;
}
</style>
background-color css
<style>
a { background-color: #73C5D0; }
a { background-color: rgb(115,197,208); }
div.DivClassName
{
background-color: #73C5D0;
}
.BgClassName
{
background-color: #73C5D0;
}
</style>
border-color css
<style>
span { border-color: #73C5D0; }
span { border-color: rgb(115,197,208); }
td.TdClassName
{
border-color: #73C5D0;
}
.TagClassName
{
border-color: #73C5D0;
}
</style>