Shades of Spray #73CFDC
Tints of Spray #73CFDC
RGB
CMYK
RGB Variations
Color information
#73CFDC (or 0x73CFDC) is known color: Spray. HEX triplet: 73, CF and DC. RGB value is (115,207,220). Sum of RGB (Red+Green+Blue) = 115+207+220=542 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.22% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #73CFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CFDC is #8C3023. Grayscale: #B4B4B4. Windows color (decimal): -9187364 or 14471027. OLE color: 14471027.
HSL color Cylindrical-coordinate representation of color #73CFDC: hue angle of 187.43º 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 #73CFDC is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 207 | 220 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.14 |
| HSL | 187.43º | 0.6% | 0.66% | - |
| HSV(B) | 187.43º | 0.48% | 0.86% | - |
| XYZ | 42.3 | 53.44 | 75.8 | - |
| YUV | 180.97 | 150.02 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 207 | 220 | 0.48 | 0.06 | 0 | 0.14 | 187.43 | 0.6 | 0.66 |
| Hex | 73 | CF | DC | 30 | 6 | 0 | E | BB | 3C | 42 |
| Octal | 163 | 317 | 334 | 60 | 6 | 0 | 16 | 273 | 74 | 102 |
| Binary | 1110011 | 11001111 | 11011100 | 110000 | 110 | 0 | 1110 | 10111011 | 111100 | 1000010 |
Color Harmonies of #73CFDC
Complementary color
Monochromatic Colors of #73CFDC
Black with #73CFDC
Text Example
Text Example
White with #73CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CFDC; }
p { color: rgb(115,207,220); }
H1.HeaderClassName
{
color: #73CFDC;
}
.AnyTagClassName
{
color: #73CFDC;
}
</style>
background-color css
<style>
a { background-color: #73CFDC; }
a { background-color: rgb(115,207,220); }
div.DivClassName
{
background-color: #73CFDC;
}
.BgClassName
{
background-color: #73CFDC;
}
</style>
border-color css
<style>
span { border-color: #73CFDC; }
span { border-color: rgb(115,207,220); }
td.TdClassName
{
border-color: #73CFDC;
}
.TagClassName
{
border-color: #73CFDC;
}
</style>