Shades of Spray #73CCDD
Tints of Spray #73CCDD
RGB
CMYK
RGB Variations
Color information
#73CCDD (or 0x73CCDD) is known color: Spray. HEX triplet: 73, CC and DD. RGB value is (115,204,221). Sum of RGB (Red+Green+Blue) = 115+204+221=540 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.30% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #73CCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CCDD is #8C3322. Grayscale: #B3B3B3. Windows color (decimal): -9188131 or 14535795. OLE color: 14535795.
HSL color Cylindrical-coordinate representation of color #73CCDD: hue angle of 189.62º 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 #73CCDD is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 204 | 221 | - |
| CMYK | 0.48 | 0.08 | 0 | 0.13 |
| HSL | 189.62º | 0.61% | 0.66% | - |
| HSV(B) | 189.62º | 0.48% | 0.87% | - |
| XYZ | 41.71 | 52.05 | 76.25 | - |
| YUV | 179.33 | 151.51 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 204 | 221 | 0.48 | 0.08 | 0 | 0.13 | 189.62 | 0.61 | 0.66 |
| Hex | 73 | CC | DD | 30 | 8 | 0 | D | BE | 3D | 42 |
| Octal | 163 | 314 | 335 | 60 | 10 | 0 | 15 | 276 | 75 | 102 |
| Binary | 1110011 | 11001100 | 11011101 | 110000 | 1000 | 0 | 1101 | 10111110 | 111101 | 1000010 |
Color Harmonies of #73CCDD
Complementary color
Monochromatic Colors of #73CCDD
Black with #73CCDD
Text Example
Text Example
White with #73CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CCDD; }
p { color: rgb(115,204,221); }
H1.HeaderClassName
{
color: #73CCDD;
}
.AnyTagClassName
{
color: #73CCDD;
}
</style>
background-color css
<style>
a { background-color: #73CCDD; }
a { background-color: rgb(115,204,221); }
div.DivClassName
{
background-color: #73CCDD;
}
.BgClassName
{
background-color: #73CCDD;
}
</style>
border-color css
<style>
span { border-color: #73CCDD; }
span { border-color: rgb(115,204,221); }
td.TdClassName
{
border-color: #73CCDD;
}
.TagClassName
{
border-color: #73CCDD;
}
</style>