Shades of Malibu #73B7DD
Tints of Malibu #73B7DD
RGB
CMYK
RGB Variations
Color information
#73B7DD (or 0x73B7DD) is known color: Malibu. HEX triplet: 73, B7 and DD. RGB value is (115,183,221). Sum of RGB (Red+Green+Blue) = 115+183+221=519 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.16% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #73B7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73B7DD is #8C4822. Grayscale: #A6A6A6. Windows color (decimal): -9193507 or 14530419. OLE color: 14530419.
HSL color Cylindrical-coordinate representation of color #73B7DD: hue angle of 201.51º 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 #73B7DD is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 183 | 221 | - |
| CMYK | 0.48 | 0.17 | 0 | 0.13 |
| HSL | 201.51º | 0.61% | 0.66% | - |
| HSV(B) | 201.51º | 0.48% | 0.87% | - |
| XYZ | 37.05 | 42.73 | 74.7 | - |
| YUV | 167 | 158.47 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 183 | 221 | 0.48 | 0.17 | 0 | 0.13 | 201.51 | 0.61 | 0.66 |
| Hex | 73 | B7 | DD | 30 | 11 | 0 | D | CA | 3D | 42 |
| Octal | 163 | 267 | 335 | 60 | 21 | 0 | 15 | 312 | 75 | 102 |
| Binary | 1110011 | 10110111 | 11011101 | 110000 | 10001 | 0 | 1101 | 11001010 | 111101 | 1000010 |
Color Harmonies of #73B7DD
Complementary color
Monochromatic Colors of #73B7DD
Black with #73B7DD
Text Example
Text Example
White with #73B7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B7DD; }
p { color: rgb(115,183,221); }
H1.HeaderClassName
{
color: #73B7DD;
}
.AnyTagClassName
{
color: #73B7DD;
}
</style>
background-color css
<style>
a { background-color: #73B7DD; }
a { background-color: rgb(115,183,221); }
div.DivClassName
{
background-color: #73B7DD;
}
.BgClassName
{
background-color: #73B7DD;
}
</style>
border-color css
<style>
span { border-color: #73B7DD; }
span { border-color: rgb(115,183,221); }
td.TdClassName
{
border-color: #73B7DD;
}
.TagClassName
{
border-color: #73B7DD;
}
</style>