Shades of Spray #73CEDC
Tints of Spray #73CEDC
RGB
CMYK
RGB Variations
Color information
#73CEDC (or 0x73CEDC) is known color: Spray. HEX triplet: 73, CE and DC. RGB value is (115,206,220). Sum of RGB (Red+Green+Blue) = 115+206+220=541 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.26% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #73CEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CEDC is #8C3123. Grayscale: #B4B4B4. Windows color (decimal): -9187620 or 14470771. OLE color: 14470771.
HSL color Cylindrical-coordinate representation of color #73CEDC: hue angle of 188º 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 #73CEDC is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 206 | 220 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.14 |
| HSL | 188º | 0.6% | 0.66% | - |
| HSV(B) | 188º | 0.48% | 0.86% | - |
| XYZ | 42.06 | 52.95 | 75.71 | - |
| YUV | 180.39 | 150.35 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 206 | 220 | 0.48 | 0.06 | 0 | 0.14 | 188 | 0.6 | 0.66 |
| Hex | 73 | CE | DC | 30 | 6 | 0 | E | BC | 3C | 42 |
| Octal | 163 | 316 | 334 | 60 | 6 | 0 | 16 | 274 | 74 | 102 |
| Binary | 1110011 | 11001110 | 11011100 | 110000 | 110 | 0 | 1110 | 10111100 | 111100 | 1000010 |
Color Harmonies of #73CEDC
Complementary color
Monochromatic Colors of #73CEDC
Black with #73CEDC
Text Example
Text Example
White with #73CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CEDC; }
p { color: rgb(115,206,220); }
H1.HeaderClassName
{
color: #73CEDC;
}
.AnyTagClassName
{
color: #73CEDC;
}
</style>
background-color css
<style>
a { background-color: #73CEDC; }
a { background-color: rgb(115,206,220); }
div.DivClassName
{
background-color: #73CEDC;
}
.BgClassName
{
background-color: #73CEDC;
}
</style>
border-color css
<style>
span { border-color: #73CEDC; }
span { border-color: rgb(115,206,220); }
td.TdClassName
{
border-color: #73CEDC;
}
.TagClassName
{
border-color: #73CEDC;
}
</style>