Shades of Spray #73CDDF
Tints of Spray #73CDDF
RGB
CMYK
RGB Variations
Color information
#73CDDF (or 0x73CDDF) is known color: Spray. HEX triplet: 73, CD and DF. RGB value is (115,205,223). Sum of RGB (Red+Green+Blue) = 115+205+223=543 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.18% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #73CDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CDDF is #8C3220. Grayscale: #B3B3B3. Windows color (decimal): -9187873 or 14667123. OLE color: 14667123.
HSL color Cylindrical-coordinate representation of color #73CDDF: hue angle of 190º degrees, saturation: 0.63, 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 #73CDDF is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 205 | 223 | - |
| CMYK | 0.48 | 0.08 | 0 | 0.13 |
| HSL | 190º | 0.63% | 0.66% | - |
| HSV(B) | 190º | 0.48% | 0.87% | - |
| XYZ | 42.22 | 52.64 | 77.75 | - |
| YUV | 180.14 | 152.18 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 205 | 223 | 0.48 | 0.08 | 0 | 0.13 | 190 | 0.63 | 0.66 |
| Hex | 73 | CD | DF | 30 | 8 | 0 | D | BE | 3F | 42 |
| Octal | 163 | 315 | 337 | 60 | 10 | 0 | 15 | 276 | 77 | 102 |
| Binary | 1110011 | 11001101 | 11011111 | 110000 | 1000 | 0 | 1101 | 10111110 | 111111 | 1000010 |
Color Harmonies of #73CDDF
Complementary color
Monochromatic Colors of #73CDDF
Black with #73CDDF
Text Example
Text Example
White with #73CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CDDF; }
p { color: rgb(115,205,223); }
H1.HeaderClassName
{
color: #73CDDF;
}
.AnyTagClassName
{
color: #73CDDF;
}
</style>
background-color css
<style>
a { background-color: #73CDDF; }
a { background-color: rgb(115,205,223); }
div.DivClassName
{
background-color: #73CDDF;
}
.BgClassName
{
background-color: #73CDDF;
}
</style>
border-color css
<style>
span { border-color: #73CDDF; }
span { border-color: rgb(115,205,223); }
td.TdClassName
{
border-color: #73CDDF;
}
.TagClassName
{
border-color: #73CDDF;
}
</style>