Shades of Spray #73D0DD
Tints of Spray #73D0DD
RGB
CMYK
RGB Variations
Color information
#73D0DD (or 0x73D0DD) is known color: Spray. HEX triplet: 73, D0 and DD. RGB value is (115,208,221). Sum of RGB (Red+Green+Blue) = 115+208+221=544 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.14% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #73D0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D0DD is #8C2F22. Grayscale: #B5B5B5. Windows color (decimal): -9187107 or 14536819. OLE color: 14536819.
HSL color Cylindrical-coordinate representation of color #73D0DD: hue angle of 187.36º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73D0DD is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 208 | 221 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.13 |
| HSL | 187.36º | 0.61% | 0.66% | - |
| HSV(B) | 187.36º | 0.48% | 0.87% | - |
| XYZ | 42.68 | 53.98 | 76.58 | - |
| YUV | 181.68 | 150.19 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 208 | 221 | 0.48 | 0.06 | 0 | 0.13 | 187.36 | 0.61 | 0.66 |
| Hex | 73 | D0 | DD | 30 | 6 | 0 | D | BB | 3D | 42 |
| Octal | 163 | 320 | 335 | 60 | 6 | 0 | 15 | 273 | 75 | 102 |
| Binary | 1110011 | 11010000 | 11011101 | 110000 | 110 | 0 | 1101 | 10111011 | 111101 | 1000010 |
Color Harmonies of #73D0DD
Complementary color
Monochromatic Colors of #73D0DD
Black with #73D0DD
Text Example
Text Example
White with #73D0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D0DD; }
p { color: rgb(115,208,221); }
H1.HeaderClassName
{
color: #73D0DD;
}
.AnyTagClassName
{
color: #73D0DD;
}
</style>
background-color css
<style>
a { background-color: #73D0DD; }
a { background-color: rgb(115,208,221); }
div.DivClassName
{
background-color: #73D0DD;
}
.BgClassName
{
background-color: #73D0DD;
}
</style>
border-color css
<style>
span { border-color: #73D0DD; }
span { border-color: rgb(115,208,221); }
td.TdClassName
{
border-color: #73D0DD;
}
.TagClassName
{
border-color: #73D0DD;
}
</style>