Shades of Spray #73CEDE
Tints of Spray #73CEDE
RGB
CMYK
RGB Variations
Color information
#73CEDE (or 0x73CEDE) is known color: Spray. HEX triplet: 73, CE and DE. RGB value is (115,206,222). Sum of RGB (Red+Green+Blue) = 115+206+222=543 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.18% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: blue. Hex color #73CEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CEDE is #8C3121. Grayscale: #B4B4B4. Windows color (decimal): -9187618 or 14601843. OLE color: 14601843.
HSL color Cylindrical-coordinate representation of color #73CEDE: hue angle of 188.97º degrees, saturation: 0.62, 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 #73CEDE is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 206 | 222 | - |
| CMYK | 0.48 | 0.07 | 0 | 0.13 |
| HSL | 188.97º | 0.62% | 0.66% | - |
| HSV(B) | 188.97º | 0.48% | 0.87% | - |
| XYZ | 42.33 | 53.06 | 77.12 | - |
| YUV | 180.62 | 151.35 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 206 | 222 | 0.48 | 0.07 | 0 | 0.13 | 188.97 | 0.62 | 0.66 |
| Hex | 73 | CE | DE | 30 | 7 | 0 | D | BD | 3E | 42 |
| Octal | 163 | 316 | 336 | 60 | 7 | 0 | 15 | 275 | 76 | 102 |
| Binary | 1110011 | 11001110 | 11011110 | 110000 | 111 | 0 | 1101 | 10111101 | 111110 | 1000010 |
Color Harmonies of #73CEDE
Complementary color
Monochromatic Colors of #73CEDE
Black with #73CEDE
Text Example
Text Example
White with #73CEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CEDE; }
p { color: rgb(115,206,222); }
H1.HeaderClassName
{
color: #73CEDE;
}
.AnyTagClassName
{
color: #73CEDE;
}
</style>
background-color css
<style>
a { background-color: #73CEDE; }
a { background-color: rgb(115,206,222); }
div.DivClassName
{
background-color: #73CEDE;
}
.BgClassName
{
background-color: #73CEDE;
}
</style>
border-color css
<style>
span { border-color: #73CEDE; }
span { border-color: rgb(115,206,222); }
td.TdClassName
{
border-color: #73CEDE;
}
.TagClassName
{
border-color: #73CEDE;
}
</style>