Shades of Spray #73C7E6
Tints of Spray #73C7E6
RGB
CMYK
RGB Variations
Color information
#73C7E6 (or 0x73C7E6) is known color: Spray. HEX triplet: 73, C7 and E6. RGB value is (115,199,230). Sum of RGB (Red+Green+Blue) = 115+199+230=544 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.14% from 544); Green value is 199 (78.12% from 255 or 36.58% from 544); Blue value is 230 (90.23% from 255 or 42.28% from 544); Max value from RGB is 230 - color contains mainly: blue. Hex color #73C7E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73C7E6 is #8C3819. Grayscale: #B1B1B1. Windows color (decimal): -9189402 or 15124339. OLE color: 15124339.
HSL color Cylindrical-coordinate representation of color #73C7E6: hue angle of 196.17º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73C7E6 is Cyan = 0.5, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 199 | 230 | - |
| CMYK | 0.5 | 0.13 | 0 | 0.10 |
| HSL | 196.17º | 0.7% | 0.68% | - |
| HSV(B) | 196.17º | 0.5% | 0.9% | - |
| XYZ | 41.78 | 50.2 | 82.35 | - |
| YUV | 177.42 | 157.67 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 199 | 230 | 0.5 | 0.13 | 0 | 0.10 | 196.17 | 0.7 | 0.68 |
| Hex | 73 | C7 | E6 | 32 | D | 0 | A | C4 | 46 | 44 |
| Octal | 163 | 307 | 346 | 62 | 15 | 0 | 12 | 304 | 106 | 104 |
| Binary | 1110011 | 11000111 | 11100110 | 110010 | 1101 | 0 | 1010 | 11000100 | 1000110 | 1000100 |
Color Harmonies of #73C7E6
Complementary color
Monochromatic Colors of #73C7E6
Black with #73C7E6
Text Example
Text Example
White with #73C7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C7E6; }
p { color: rgb(115,199,230); }
H1.HeaderClassName
{
color: #73C7E6;
}
.AnyTagClassName
{
color: #73C7E6;
}
</style>
background-color css
<style>
a { background-color: #73C7E6; }
a { background-color: rgb(115,199,230); }
div.DivClassName
{
background-color: #73C7E6;
}
.BgClassName
{
background-color: #73C7E6;
}
</style>
border-color css
<style>
span { border-color: #73C7E6; }
span { border-color: rgb(115,199,230); }
td.TdClassName
{
border-color: #73C7E6;
}
.TagClassName
{
border-color: #73C7E6;
}
</style>