Shades of Spray #73C4DD
Tints of Spray #73C4DD
RGB
CMYK
RGB Variations
Color information
#73C4DD (or 0x73C4DD) is known color: Spray. HEX triplet: 73, C4 and DD. RGB value is (115,196,221). Sum of RGB (Red+Green+Blue) = 115+196+221=532 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.62% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #73C4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C4DD is #8C3B22. Grayscale: #AEAEAE. Windows color (decimal): -9190179 or 14533747. OLE color: 14533747.
HSL color Cylindrical-coordinate representation of color #73C4DD: hue angle of 194.15º 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 #73C4DD is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 196 | 221 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.13 |
| HSL | 194.15º | 0.61% | 0.66% | - |
| HSV(B) | 194.15º | 0.48% | 0.87% | - |
| XYZ | 39.86 | 48.35 | 75.64 | - |
| YUV | 174.63 | 154.16 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 196 | 221 | 0.48 | 0.11 | 0 | 0.13 | 194.15 | 0.61 | 0.66 |
| Hex | 73 | C4 | DD | 30 | B | 0 | D | C2 | 3D | 42 |
| Octal | 163 | 304 | 335 | 60 | 13 | 0 | 15 | 302 | 75 | 102 |
| Binary | 1110011 | 11000100 | 11011101 | 110000 | 1011 | 0 | 1101 | 11000010 | 111101 | 1000010 |
Color Harmonies of #73C4DD
Complementary color
Monochromatic Colors of #73C4DD
Black with #73C4DD
Text Example
Text Example
White with #73C4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C4DD; }
p { color: rgb(115,196,221); }
H1.HeaderClassName
{
color: #73C4DD;
}
.AnyTagClassName
{
color: #73C4DD;
}
</style>
background-color css
<style>
a { background-color: #73C4DD; }
a { background-color: rgb(115,196,221); }
div.DivClassName
{
background-color: #73C4DD;
}
.BgClassName
{
background-color: #73C4DD;
}
</style>
border-color css
<style>
span { border-color: #73C4DD; }
span { border-color: rgb(115,196,221); }
td.TdClassName
{
border-color: #73C4DD;
}
.TagClassName
{
border-color: #73C4DD;
}
</style>