Shades of Spray #73C6CF
Tints of Spray #73C6CF
RGB
CMYK
RGB Variations
Color information
#73C6CF (or 0x73C6CF) is known color: Spray. HEX triplet: 73, C6 and CF. RGB value is (115,198,207). Sum of RGB (Red+Green+Blue) = 115+198+207=520 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.12% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #73C6CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C6CF is #8C3930. Grayscale: #AEAEAE. Windows color (decimal): -9189681 or 13616755. OLE color: 13616755.
HSL color Cylindrical-coordinate representation of color #73C6CF: hue angle of 185.87º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73C6CF is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 198 | 207 | - |
| CMYK | 0.44 | 0.04 | 0 | 0.19 |
| HSL | 185.87º | 0.49% | 0.63% | - |
| HSV(B) | 185.87º | 0.44% | 0.81% | - |
| XYZ | 38.53 | 48.54 | 66.37 | - |
| YUV | 174.21 | 146.5 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 198 | 207 | 0.44 | 0.04 | 0 | 0.19 | 185.87 | 0.49 | 0.63 |
| Hex | 73 | C6 | CF | 2C | 4 | 0 | 13 | BA | 31 | 3F |
| Octal | 163 | 306 | 317 | 54 | 4 | 0 | 23 | 272 | 61 | 77 |
| Binary | 1110011 | 11000110 | 11001111 | 101100 | 100 | 0 | 10011 | 10111010 | 110001 | 111111 |
Color Harmonies of #73C6CF
Complementary color
Monochromatic Colors of #73C6CF
Black with #73C6CF
Text Example
Text Example
White with #73C6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C6CF; }
p { color: rgb(115,198,207); }
H1.HeaderClassName
{
color: #73C6CF;
}
.AnyTagClassName
{
color: #73C6CF;
}
</style>
background-color css
<style>
a { background-color: #73C6CF; }
a { background-color: rgb(115,198,207); }
div.DivClassName
{
background-color: #73C6CF;
}
.BgClassName
{
background-color: #73C6CF;
}
</style>
border-color css
<style>
span { border-color: #73C6CF; }
span { border-color: rgb(115,198,207); }
td.TdClassName
{
border-color: #73C6CF;
}
.TagClassName
{
border-color: #73C6CF;
}
</style>