Shades of Spray #73CECF
Tints of Spray #73CECF
RGB
CMYK
RGB Variations
Color information
#73CECF (or 0x73CECF) is known color: Spray. HEX triplet: 73, CE and CF. RGB value is (115,206,207). Sum of RGB (Red+Green+Blue) = 115+206+207=528 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.78% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #73CECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CECF is #8C3130. Grayscale: #B2B2B2. Windows color (decimal): -9187633 or 13618803. OLE color: 13618803.
HSL color Cylindrical-coordinate representation of color #73CECF: hue angle of 180.65º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73CECF is Cyan = 0.44, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 206 | 207 | - |
| CMYK | 0.44 | 0.00 | 0 | 0.19 |
| HSL | 180.65º | 0.49% | 0.63% | - |
| HSV(B) | 180.65º | 0.44% | 0.81% | - |
| XYZ | 40.4 | 52.29 | 67 | - |
| YUV | 178.91 | 143.85 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 206 | 207 | 0.44 | 0.00 | 0 | 0.19 | 180.65 | 0.49 | 0.63 |
| Hex | 73 | CE | CF | 2C | 0 | 0 | 13 | B5 | 31 | 3F |
| Octal | 163 | 316 | 317 | 54 | 0 | 0 | 23 | 265 | 61 | 77 |
| Binary | 1110011 | 11001110 | 11001111 | 101100 | 0 | 0 | 10011 | 10110101 | 110001 | 111111 |
Color Harmonies of #73CECF
Complementary color
Monochromatic Colors of #73CECF
Black with #73CECF
Text Example
Text Example
White with #73CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CECF; }
p { color: rgb(115,206,207); }
H1.HeaderClassName
{
color: #73CECF;
}
.AnyTagClassName
{
color: #73CECF;
}
</style>
background-color css
<style>
a { background-color: #73CECF; }
a { background-color: rgb(115,206,207); }
div.DivClassName
{
background-color: #73CECF;
}
.BgClassName
{
background-color: #73CECF;
}
</style>
border-color css
<style>
span { border-color: #73CECF; }
span { border-color: rgb(115,206,207); }
td.TdClassName
{
border-color: #73CECF;
}
.TagClassName
{
border-color: #73CECF;
}
</style>