Shades of Spray #73CDDC
Tints of Spray #73CDDC
RGB
CMYK
RGB Variations
Color information
#73CDDC (or 0x73CDDC) is known color: Spray. HEX triplet: 73, CD and DC. RGB value is (115,205,220). Sum of RGB (Red+Green+Blue) = 115+205+220=540 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.30% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #73CDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CDDC is #8C3223. Grayscale: #B3B3B3. Windows color (decimal): -9187876 or 14470515. OLE color: 14470515.
HSL color Cylindrical-coordinate representation of color #73CDDC: hue angle of 188.57º 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 #73CDDC is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 205 | 220 | - |
| CMYK | 0.48 | 0.07 | 0 | 0.14 |
| HSL | 188.57º | 0.6% | 0.66% | - |
| HSV(B) | 188.57º | 0.48% | 0.86% | - |
| XYZ | 41.82 | 52.47 | 75.63 | - |
| YUV | 179.8 | 150.68 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 205 | 220 | 0.48 | 0.07 | 0 | 0.14 | 188.57 | 0.6 | 0.66 |
| Hex | 73 | CD | DC | 30 | 7 | 0 | E | BD | 3C | 42 |
| Octal | 163 | 315 | 334 | 60 | 7 | 0 | 16 | 275 | 74 | 102 |
| Binary | 1110011 | 11001101 | 11011100 | 110000 | 111 | 0 | 1110 | 10111101 | 111100 | 1000010 |
Color Harmonies of #73CDDC
Complementary color
Monochromatic Colors of #73CDDC
Black with #73CDDC
Text Example
Text Example
White with #73CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CDDC; }
p { color: rgb(115,205,220); }
H1.HeaderClassName
{
color: #73CDDC;
}
.AnyTagClassName
{
color: #73CDDC;
}
</style>
background-color css
<style>
a { background-color: #73CDDC; }
a { background-color: rgb(115,205,220); }
div.DivClassName
{
background-color: #73CDDC;
}
.BgClassName
{
background-color: #73CDDC;
}
</style>
border-color css
<style>
span { border-color: #73CDDC; }
span { border-color: rgb(115,205,220); }
td.TdClassName
{
border-color: #73CDDC;
}
.TagClassName
{
border-color: #73CDDC;
}
</style>