Shades of Spray #73CDDB
Tints of Spray #73CDDB
RGB
CMYK
RGB Variations
Color information
#73CDDB (or 0x73CDDB) is known color: Spray. HEX triplet: 73, CD and DB. RGB value is (115,205,219). Sum of RGB (Red+Green+Blue) = 115+205+219=539 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.34% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #73CDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CDDB is #8C3224. Grayscale: #B3B3B3. Windows color (decimal): -9187877 or 14404979. OLE color: 14404979.
HSL color Cylindrical-coordinate representation of color #73CDDB: hue angle of 188.08º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73CDDB is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 205 | 219 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.14 |
| HSL | 188.08º | 0.59% | 0.65% | - |
| HSV(B) | 188.08º | 0.47% | 0.86% | - |
| XYZ | 41.69 | 52.42 | 74.94 | - |
| YUV | 179.69 | 150.18 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 205 | 219 | 0.47 | 0.06 | 0 | 0.14 | 188.08 | 0.59 | 0.65 |
| Hex | 73 | CD | DB | 2F | 6 | 0 | E | BC | 3B | 41 |
| Octal | 163 | 315 | 333 | 57 | 6 | 0 | 16 | 274 | 73 | 101 |
| Binary | 1110011 | 11001101 | 11011011 | 101111 | 110 | 0 | 1110 | 10111100 | 111011 | 1000001 |
Color Harmonies of #73CDDB
Complementary color
Monochromatic Colors of #73CDDB
Black with #73CDDB
Text Example
Text Example
White with #73CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CDDB; }
p { color: rgb(115,205,219); }
H1.HeaderClassName
{
color: #73CDDB;
}
.AnyTagClassName
{
color: #73CDDB;
}
</style>
background-color css
<style>
a { background-color: #73CDDB; }
a { background-color: rgb(115,205,219); }
div.DivClassName
{
background-color: #73CDDB;
}
.BgClassName
{
background-color: #73CDDB;
}
</style>
border-color css
<style>
span { border-color: #73CDDB; }
span { border-color: rgb(115,205,219); }
td.TdClassName
{
border-color: #73CDDB;
}
.TagClassName
{
border-color: #73CDDB;
}
</style>