Shades of Spray #73CDD6
Tints of Spray #73CDD6
RGB
CMYK
RGB Variations
Color information
#73CDD6 (or 0x73CDD6) is known color: Spray. HEX triplet: 73, CD and D6. RGB value is (115,205,214). Sum of RGB (Red+Green+Blue) = 115+205+214=534 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.54% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 214 (83.98% from 255 or 40.07% from 534); Max value from RGB is 214 - color contains mainly: blue. Hex color #73CDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CDD6 is #8C3229. Grayscale: #B2B2B2. Windows color (decimal): -9187882 or 14077299. OLE color: 14077299.
HSL color Cylindrical-coordinate representation of color #73CDD6: hue angle of 185.45º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73CDD6 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 205 | 214 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.16 |
| HSL | 185.45º | 0.55% | 0.65% | - |
| HSV(B) | 185.45º | 0.46% | 0.84% | - |
| XYZ | 41.04 | 52.16 | 71.52 | - |
| YUV | 179.12 | 147.68 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 205 | 214 | 0.46 | 0.04 | 0 | 0.16 | 185.45 | 0.55 | 0.65 |
| Hex | 73 | CD | D6 | 2E | 4 | 0 | 10 | B9 | 37 | 41 |
| Octal | 163 | 315 | 326 | 56 | 4 | 0 | 20 | 271 | 67 | 101 |
| Binary | 1110011 | 11001101 | 11010110 | 101110 | 100 | 0 | 10000 | 10111001 | 110111 | 1000001 |
Color Harmonies of #73CDD6
Complementary color
Monochromatic Colors of #73CDD6
Black with #73CDD6
Text Example
Text Example
White with #73CDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CDD6; }
p { color: rgb(115,205,214); }
H1.HeaderClassName
{
color: #73CDD6;
}
.AnyTagClassName
{
color: #73CDD6;
}
</style>
background-color css
<style>
a { background-color: #73CDD6; }
a { background-color: rgb(115,205,214); }
div.DivClassName
{
background-color: #73CDD6;
}
.BgClassName
{
background-color: #73CDD6;
}
</style>
border-color css
<style>
span { border-color: #73CDD6; }
span { border-color: rgb(115,205,214); }
td.TdClassName
{
border-color: #73CDD6;
}
.TagClassName
{
border-color: #73CDD6;
}
</style>