Shades of Spray #73CADA
Tints of Spray #73CADA
RGB
CMYK
RGB Variations
Color information
#73CADA (or 0x73CADA) is known color: Spray. HEX triplet: 73, CA and DA. RGB value is (115,202,218). Sum of RGB (Red+Green+Blue) = 115+202+218=535 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.50% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #73CADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CADA is #8C3525. Grayscale: #B1B1B1. Windows color (decimal): -9188646 or 14338675. OLE color: 14338675.
HSL color Cylindrical-coordinate representation of color #73CADA: hue angle of 189.32º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73CADA is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 202 | 218 | - |
| CMYK | 0.47 | 0.07 | 0 | 0.15 |
| HSL | 189.32º | 0.58% | 0.65% | - |
| HSV(B) | 189.32º | 0.47% | 0.85% | - |
| XYZ | 40.85 | 50.95 | 74.01 | - |
| YUV | 177.81 | 150.68 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 202 | 218 | 0.47 | 0.07 | 0 | 0.15 | 189.32 | 0.58 | 0.65 |
| Hex | 73 | CA | DA | 2F | 7 | 0 | F | BD | 3A | 41 |
| Octal | 163 | 312 | 332 | 57 | 7 | 0 | 17 | 275 | 72 | 101 |
| Binary | 1110011 | 11001010 | 11011010 | 101111 | 111 | 0 | 1111 | 10111101 | 111010 | 1000001 |
Color Harmonies of #73CADA
Complementary color
Monochromatic Colors of #73CADA
Black with #73CADA
Text Example
Text Example
White with #73CADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CADA; }
p { color: rgb(115,202,218); }
H1.HeaderClassName
{
color: #73CADA;
}
.AnyTagClassName
{
color: #73CADA;
}
</style>
background-color css
<style>
a { background-color: #73CADA; }
a { background-color: rgb(115,202,218); }
div.DivClassName
{
background-color: #73CADA;
}
.BgClassName
{
background-color: #73CADA;
}
</style>
border-color css
<style>
span { border-color: #73CADA; }
span { border-color: rgb(115,202,218); }
td.TdClassName
{
border-color: #73CADA;
}
.TagClassName
{
border-color: #73CADA;
}
</style>