Shades of Spray #73CCDC
Tints of Spray #73CCDC
RGB
CMYK
RGB Variations
Color information
#73CCDC (or 0x73CCDC) is known color: Spray. HEX triplet: 73, CC and DC. RGB value is (115,204,220). Sum of RGB (Red+Green+Blue) = 115+204+220=539 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.34% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #73CCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CCDC is #8C3323. Grayscale: #B3B3B3. Windows color (decimal): -9188132 or 14470259. OLE color: 14470259.
HSL color Cylindrical-coordinate representation of color #73CCDC: hue angle of 189.14º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73CCDC is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 204 | 220 | - |
| CMYK | 0.48 | 0.07 | 0 | 0.14 |
| HSL | 189.14º | 0.6% | 0.66% | - |
| HSV(B) | 189.14º | 0.48% | 0.86% | - |
| XYZ | 41.58 | 52 | 75.56 | - |
| YUV | 179.21 | 151.01 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 204 | 220 | 0.48 | 0.07 | 0 | 0.14 | 189.14 | 0.6 | 0.66 |
| Hex | 73 | CC | DC | 30 | 7 | 0 | E | BD | 3C | 42 |
| Octal | 163 | 314 | 334 | 60 | 7 | 0 | 16 | 275 | 74 | 102 |
| Binary | 1110011 | 11001100 | 11011100 | 110000 | 111 | 0 | 1110 | 10111101 | 111100 | 1000010 |
Color Harmonies of #73CCDC
Complementary color
Monochromatic Colors of #73CCDC
Black with #73CCDC
Text Example
Text Example
White with #73CCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CCDC; }
p { color: rgb(115,204,220); }
H1.HeaderClassName
{
color: #73CCDC;
}
.AnyTagClassName
{
color: #73CCDC;
}
</style>
background-color css
<style>
a { background-color: #73CCDC; }
a { background-color: rgb(115,204,220); }
div.DivClassName
{
background-color: #73CCDC;
}
.BgClassName
{
background-color: #73CCDC;
}
</style>
border-color css
<style>
span { border-color: #73CCDC; }
span { border-color: rgb(115,204,220); }
td.TdClassName
{
border-color: #73CCDC;
}
.TagClassName
{
border-color: #73CCDC;
}
</style>