Shades of Malibu #73BCDF
Tints of Malibu #73BCDF
RGB
CMYK
RGB Variations
Color information
#73BCDF (or 0x73BCDF) is known color: Malibu. HEX triplet: 73, BC and DF. RGB value is (115,188,223). Sum of RGB (Red+Green+Blue) = 115+188+223=526 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.86% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #73BCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BCDF is #8C4320. Grayscale: #A9A9A9. Windows color (decimal): -9192225 or 14662771. OLE color: 14662771.
HSL color Cylindrical-coordinate representation of color #73BCDF: hue angle of 199.44º 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 #73BCDF is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 188 | 223 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.13 |
| HSL | 199.44º | 0.63% | 0.66% | - |
| HSV(B) | 199.44º | 0.48% | 0.87% | - |
| XYZ | 38.37 | 44.94 | 76.46 | - |
| YUV | 170.16 | 157.82 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 188 | 223 | 0.48 | 0.16 | 0 | 0.13 | 199.44 | 0.63 | 0.66 |
| Hex | 73 | BC | DF | 30 | 10 | 0 | D | C7 | 3F | 42 |
| Octal | 163 | 274 | 337 | 60 | 20 | 0 | 15 | 307 | 77 | 102 |
| Binary | 1110011 | 10111100 | 11011111 | 110000 | 10000 | 0 | 1101 | 11000111 | 111111 | 1000010 |
Color Harmonies of #73BCDF
Complementary color
Monochromatic Colors of #73BCDF
Black with #73BCDF
Text Example
Text Example
White with #73BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BCDF; }
p { color: rgb(115,188,223); }
H1.HeaderClassName
{
color: #73BCDF;
}
.AnyTagClassName
{
color: #73BCDF;
}
</style>
background-color css
<style>
a { background-color: #73BCDF; }
a { background-color: rgb(115,188,223); }
div.DivClassName
{
background-color: #73BCDF;
}
.BgClassName
{
background-color: #73BCDF;
}
</style>
border-color css
<style>
span { border-color: #73BCDF; }
span { border-color: rgb(115,188,223); }
td.TdClassName
{
border-color: #73BCDF;
}
.TagClassName
{
border-color: #73BCDF;
}
</style>