Shades of Spray #73CCD9
Tints of Spray #73CCD9
RGB
CMYK
RGB Variations
Color information
#73CCD9 (or 0x73CCD9) is known color: Spray. HEX triplet: 73, CC and D9. RGB value is (115,204,217). Sum of RGB (Red+Green+Blue) = 115+204+217=536 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.46% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 217 (85.16% from 255 or 40.49% from 536); Max value from RGB is 217 - color contains mainly: blue. Hex color #73CCD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CCD9 is #8C3326. Grayscale: #B2B2B2. Windows color (decimal): -9188135 or 14273651. OLE color: 14273651.
HSL color Cylindrical-coordinate representation of color #73CCD9: hue angle of 187.65º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73CCD9 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 204 | 217 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.15 |
| HSL | 187.65º | 0.57% | 0.65% | - |
| HSV(B) | 187.65º | 0.47% | 0.85% | - |
| XYZ | 41.19 | 51.84 | 73.48 | - |
| YUV | 178.87 | 149.51 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 204 | 217 | 0.47 | 0.06 | 0 | 0.15 | 187.65 | 0.57 | 0.65 |
| Hex | 73 | CC | D9 | 2F | 6 | 0 | F | BC | 39 | 41 |
| Octal | 163 | 314 | 331 | 57 | 6 | 0 | 17 | 274 | 71 | 101 |
| Binary | 1110011 | 11001100 | 11011001 | 101111 | 110 | 0 | 1111 | 10111100 | 111001 | 1000001 |
Color Harmonies of #73CCD9
Complementary color
Monochromatic Colors of #73CCD9
Black with #73CCD9
Text Example
Text Example
White with #73CCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CCD9; }
p { color: rgb(115,204,217); }
H1.HeaderClassName
{
color: #73CCD9;
}
.AnyTagClassName
{
color: #73CCD9;
}
</style>
background-color css
<style>
a { background-color: #73CCD9; }
a { background-color: rgb(115,204,217); }
div.DivClassName
{
background-color: #73CCD9;
}
.BgClassName
{
background-color: #73CCD9;
}
</style>
border-color css
<style>
span { border-color: #73CCD9; }
span { border-color: rgb(115,204,217); }
td.TdClassName
{
border-color: #73CCD9;
}
.TagClassName
{
border-color: #73CCD9;
}
</style>