Shades of Malibu #73BADF
Tints of Malibu #73BADF
RGB
CMYK
RGB Variations
Color information
#73BADF (or 0x73BADF) is known color: Malibu. HEX triplet: 73, BA and DF. RGB value is (115,186,223). Sum of RGB (Red+Green+Blue) = 115+186+223=524 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.95% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #73BADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BADF is #8C4520. Grayscale: #A8A8A8. Windows color (decimal): -9192737 or 14662259. OLE color: 14662259.
HSL color Cylindrical-coordinate representation of color #73BADF: hue angle of 200.56º degrees, saturation: 0.63, 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 #73BADF is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 186 | 223 | - |
| CMYK | 0.48 | 0.17 | 0 | 0.13 |
| HSL | 200.56º | 0.63% | 0.66% | - |
| HSV(B) | 200.56º | 0.48% | 0.87% | - |
| XYZ | 37.95 | 44.09 | 76.32 | - |
| YUV | 168.99 | 158.48 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 186 | 223 | 0.48 | 0.17 | 0 | 0.13 | 200.56 | 0.63 | 0.66 |
| Hex | 73 | BA | DF | 30 | 11 | 0 | D | C9 | 3F | 42 |
| Octal | 163 | 272 | 337 | 60 | 21 | 0 | 15 | 311 | 77 | 102 |
| Binary | 1110011 | 10111010 | 11011111 | 110000 | 10001 | 0 | 1101 | 11001001 | 111111 | 1000010 |
Color Harmonies of #73BADF
Complementary color
Monochromatic Colors of #73BADF
Black with #73BADF
Text Example
Text Example
White with #73BADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BADF; }
p { color: rgb(115,186,223); }
H1.HeaderClassName
{
color: #73BADF;
}
.AnyTagClassName
{
color: #73BADF;
}
</style>
background-color css
<style>
a { background-color: #73BADF; }
a { background-color: rgb(115,186,223); }
div.DivClassName
{
background-color: #73BADF;
}
.BgClassName
{
background-color: #73BADF;
}
</style>
border-color css
<style>
span { border-color: #73BADF; }
span { border-color: rgb(115,186,223); }
td.TdClassName
{
border-color: #73BADF;
}
.TagClassName
{
border-color: #73BADF;
}
</style>