Shades of Malibu #73B7DC
Tints of Malibu #73B7DC
RGB
CMYK
RGB Variations
Color information
#73B7DC (or 0x73B7DC) is known color: Malibu. HEX triplet: 73, B7 and DC. RGB value is (115,183,220). Sum of RGB (Red+Green+Blue) = 115+183+220=518 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.20% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #73B7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73B7DC is #8C4823. Grayscale: #A6A6A6. Windows color (decimal): -9193508 or 14464883. OLE color: 14464883.
HSL color Cylindrical-coordinate representation of color #73B7DC: hue angle of 201.14º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73B7DC is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 183 | 220 | - |
| CMYK | 0.48 | 0.17 | 0 | 0.14 |
| HSL | 201.14º | 0.6% | 0.66% | - |
| HSV(B) | 201.14º | 0.48% | 0.86% | - |
| XYZ | 36.92 | 42.68 | 74 | - |
| YUV | 166.89 | 157.97 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 183 | 220 | 0.48 | 0.17 | 0 | 0.14 | 201.14 | 0.6 | 0.66 |
| Hex | 73 | B7 | DC | 30 | 11 | 0 | E | C9 | 3C | 42 |
| Octal | 163 | 267 | 334 | 60 | 21 | 0 | 16 | 311 | 74 | 102 |
| Binary | 1110011 | 10110111 | 11011100 | 110000 | 10001 | 0 | 1110 | 11001001 | 111100 | 1000010 |
Color Harmonies of #73B7DC
Complementary color
Monochromatic Colors of #73B7DC
Black with #73B7DC
Text Example
Text Example
White with #73B7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B7DC; }
p { color: rgb(115,183,220); }
H1.HeaderClassName
{
color: #73B7DC;
}
.AnyTagClassName
{
color: #73B7DC;
}
</style>
background-color css
<style>
a { background-color: #73B7DC; }
a { background-color: rgb(115,183,220); }
div.DivClassName
{
background-color: #73B7DC;
}
.BgClassName
{
background-color: #73B7DC;
}
</style>
border-color css
<style>
span { border-color: #73B7DC; }
span { border-color: rgb(115,183,220); }
td.TdClassName
{
border-color: #73B7DC;
}
.TagClassName
{
border-color: #73B7DC;
}
</style>