Shades of Spray #73CBDA
Tints of Spray #73CBDA
RGB
CMYK
RGB Variations
Color information
#73CBDA (or 0x73CBDA) is known color: Spray. HEX triplet: 73, CB and DA. RGB value is (115,203,218). Sum of RGB (Red+Green+Blue) = 115+203+218=536 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.46% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #73CBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CBDA is #8C3425. Grayscale: #B2B2B2. Windows color (decimal): -9188390 or 14338931. OLE color: 14338931.
HSL color Cylindrical-coordinate representation of color #73CBDA: hue angle of 188.74º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73CBDA is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 203 | 218 | - |
| CMYK | 0.47 | 0.07 | 0 | 0.15 |
| HSL | 188.74º | 0.58% | 0.65% | - |
| HSV(B) | 188.74º | 0.47% | 0.85% | - |
| XYZ | 41.08 | 51.42 | 74.09 | - |
| YUV | 178.4 | 150.35 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 203 | 218 | 0.47 | 0.07 | 0 | 0.15 | 188.74 | 0.58 | 0.65 |
| Hex | 73 | CB | DA | 2F | 7 | 0 | F | BD | 3A | 41 |
| Octal | 163 | 313 | 332 | 57 | 7 | 0 | 17 | 275 | 72 | 101 |
| Binary | 1110011 | 11001011 | 11011010 | 101111 | 111 | 0 | 1111 | 10111101 | 111010 | 1000001 |
Color Harmonies of #73CBDA
Complementary color
Monochromatic Colors of #73CBDA
Black with #73CBDA
Text Example
Text Example
White with #73CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CBDA; }
p { color: rgb(115,203,218); }
H1.HeaderClassName
{
color: #73CBDA;
}
.AnyTagClassName
{
color: #73CBDA;
}
</style>
background-color css
<style>
a { background-color: #73CBDA; }
a { background-color: rgb(115,203,218); }
div.DivClassName
{
background-color: #73CBDA;
}
.BgClassName
{
background-color: #73CBDA;
}
</style>
border-color css
<style>
span { border-color: #73CBDA; }
span { border-color: rgb(115,203,218); }
td.TdClassName
{
border-color: #73CBDA;
}
.TagClassName
{
border-color: #73CBDA;
}
</style>