Shades of Malibu #73BCDD
Tints of Malibu #73BCDD
RGB
CMYK
RGB Variations
Color information
#73BCDD (or 0x73BCDD) is known color: Malibu. HEX triplet: 73, BC and DD. RGB value is (115,188,221). Sum of RGB (Red+Green+Blue) = 115+188+221=524 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.95% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #73BCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BCDD is #8C4322. Grayscale: #A9A9A9. Windows color (decimal): -9192227 or 14531699. OLE color: 14531699.
HSL color Cylindrical-coordinate representation of color #73BCDD: hue angle of 198.68º degrees, saturation: 0.61, 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 #73BCDD is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 188 | 221 | - |
| CMYK | 0.48 | 0.15 | 0 | 0.13 |
| HSL | 198.68º | 0.61% | 0.66% | - |
| HSV(B) | 198.68º | 0.48% | 0.87% | - |
| XYZ | 38.1 | 44.83 | 75.05 | - |
| YUV | 169.94 | 156.82 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 188 | 221 | 0.48 | 0.15 | 0 | 0.13 | 198.68 | 0.61 | 0.66 |
| Hex | 73 | BC | DD | 30 | F | 0 | D | C7 | 3D | 42 |
| Octal | 163 | 274 | 335 | 60 | 17 | 0 | 15 | 307 | 75 | 102 |
| Binary | 1110011 | 10111100 | 11011101 | 110000 | 1111 | 0 | 1101 | 11000111 | 111101 | 1000010 |
Color Harmonies of #73BCDD
Complementary color
Monochromatic Colors of #73BCDD
Black with #73BCDD
Text Example
Text Example
White with #73BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BCDD; }
p { color: rgb(115,188,221); }
H1.HeaderClassName
{
color: #73BCDD;
}
.AnyTagClassName
{
color: #73BCDD;
}
</style>
background-color css
<style>
a { background-color: #73BCDD; }
a { background-color: rgb(115,188,221); }
div.DivClassName
{
background-color: #73BCDD;
}
.BgClassName
{
background-color: #73BCDD;
}
</style>
border-color css
<style>
span { border-color: #73BCDD; }
span { border-color: rgb(115,188,221); }
td.TdClassName
{
border-color: #73BCDD;
}
.TagClassName
{
border-color: #73BCDD;
}
</style>