Shades of Spray #73C5CE
Tints of Spray #73C5CE
RGB
CMYK
RGB Variations
Color information
#73C5CE (or 0x73C5CE) is known color: Spray. HEX triplet: 73, C5 and CE. RGB value is (115,197,206). Sum of RGB (Red+Green+Blue) = 115+197+206=518 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.20% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #73C5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C5CE is #8C3A31. Grayscale: #ADADAD. Windows color (decimal): -9189938 or 13550963. OLE color: 13550963.
HSL color Cylindrical-coordinate representation of color #73C5CE: hue angle of 185.93º degrees, saturation: 0.48, 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 #73C5CE is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 197 | 206 | - |
| CMYK | 0.44 | 0.04 | 0 | 0.19 |
| HSL | 185.93º | 0.48% | 0.63% | - |
| HSV(B) | 185.93º | 0.44% | 0.81% | - |
| XYZ | 38.18 | 48.03 | 65.65 | - |
| YUV | 173.51 | 146.33 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 197 | 206 | 0.44 | 0.04 | 0 | 0.19 | 185.93 | 0.48 | 0.63 |
| Hex | 73 | C5 | CE | 2C | 4 | 0 | 13 | BA | 30 | 3F |
| Octal | 163 | 305 | 316 | 54 | 4 | 0 | 23 | 272 | 60 | 77 |
| Binary | 1110011 | 11000101 | 11001110 | 101100 | 100 | 0 | 10011 | 10111010 | 110000 | 111111 |
Color Harmonies of #73C5CE
Complementary color
Monochromatic Colors of #73C5CE
Black with #73C5CE
Text Example
Text Example
White with #73C5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C5CE; }
p { color: rgb(115,197,206); }
H1.HeaderClassName
{
color: #73C5CE;
}
.AnyTagClassName
{
color: #73C5CE;
}
</style>
background-color css
<style>
a { background-color: #73C5CE; }
a { background-color: rgb(115,197,206); }
div.DivClassName
{
background-color: #73C5CE;
}
.BgClassName
{
background-color: #73C5CE;
}
</style>
border-color css
<style>
span { border-color: #73C5CE; }
span { border-color: rgb(115,197,206); }
td.TdClassName
{
border-color: #73C5CE;
}
.TagClassName
{
border-color: #73C5CE;
}
</style>