Shades of Spray #73CBDC
Tints of Spray #73CBDC
RGB
CMYK
RGB Variations
Color information
#73CBDC (or 0x73CBDC) is known color: Spray. HEX triplet: 73, CB and DC. RGB value is (115,203,220). Sum of RGB (Red+Green+Blue) = 115+203+220=538 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.38% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #73CBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CBDC is #8C3423. Grayscale: #B2B2B2. Windows color (decimal): -9188388 or 14470003. OLE color: 14470003.
HSL color Cylindrical-coordinate representation of color #73CBDC: hue angle of 189.71º 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 #73CBDC is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 203 | 220 | - |
| CMYK | 0.48 | 0.08 | 0 | 0.14 |
| HSL | 189.71º | 0.6% | 0.66% | - |
| HSV(B) | 189.71º | 0.48% | 0.86% | - |
| XYZ | 41.34 | 51.52 | 75.48 | - |
| YUV | 178.63 | 151.35 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 203 | 220 | 0.48 | 0.08 | 0 | 0.14 | 189.71 | 0.6 | 0.66 |
| Hex | 73 | CB | DC | 30 | 8 | 0 | E | BE | 3C | 42 |
| Octal | 163 | 313 | 334 | 60 | 10 | 0 | 16 | 276 | 74 | 102 |
| Binary | 1110011 | 11001011 | 11011100 | 110000 | 1000 | 0 | 1110 | 10111110 | 111100 | 1000010 |
Color Harmonies of #73CBDC
Complementary color
Monochromatic Colors of #73CBDC
Black with #73CBDC
Text Example
Text Example
White with #73CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CBDC; }
p { color: rgb(115,203,220); }
H1.HeaderClassName
{
color: #73CBDC;
}
.AnyTagClassName
{
color: #73CBDC;
}
</style>
background-color css
<style>
a { background-color: #73CBDC; }
a { background-color: rgb(115,203,220); }
div.DivClassName
{
background-color: #73CBDC;
}
.BgClassName
{
background-color: #73CBDC;
}
</style>
border-color css
<style>
span { border-color: #73CBDC; }
span { border-color: rgb(115,203,220); }
td.TdClassName
{
border-color: #73CBDC;
}
.TagClassName
{
border-color: #73CBDC;
}
</style>