Shades of Malibu #73BAE6
Tints of Malibu #73BAE6
RGB
CMYK
RGB Variations
Color information
#73BAE6 (or 0x73BAE6) is known color: Malibu. HEX triplet: 73, BA and E6. RGB value is (115,186,230). Sum of RGB (Red+Green+Blue) = 115+186+230=531 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.66% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 230 (90.23% from 255 or 43.31% from 531); Max value from RGB is 230 - color contains mainly: blue. Hex color #73BAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BAE6 is #8C4519. Grayscale: #A9A9A9. Windows color (decimal): -9192730 or 15121011. OLE color: 15121011.
HSL color Cylindrical-coordinate representation of color #73BAE6: hue angle of 202.96º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73BAE6 is Cyan = 0.5, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 186 | 230 | - |
| CMYK | 0.5 | 0.19 | 0 | 0.10 |
| HSL | 202.96º | 0.7% | 0.68% | - |
| HSV(B) | 202.96º | 0.5% | 0.9% | - |
| XYZ | 38.91 | 44.48 | 81.4 | - |
| YUV | 169.79 | 161.98 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 186 | 230 | 0.5 | 0.19 | 0 | 0.10 | 202.96 | 0.7 | 0.68 |
| Hex | 73 | BA | E6 | 32 | 13 | 0 | A | CB | 46 | 44 |
| Octal | 163 | 272 | 346 | 62 | 23 | 0 | 12 | 313 | 106 | 104 |
| Binary | 1110011 | 10111010 | 11100110 | 110010 | 10011 | 0 | 1010 | 11001011 | 1000110 | 1000100 |
Color Harmonies of #73BAE6
Complementary color
Monochromatic Colors of #73BAE6
Black with #73BAE6
Text Example
Text Example
White with #73BAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BAE6; }
p { color: rgb(115,186,230); }
H1.HeaderClassName
{
color: #73BAE6;
}
.AnyTagClassName
{
color: #73BAE6;
}
</style>
background-color css
<style>
a { background-color: #73BAE6; }
a { background-color: rgb(115,186,230); }
div.DivClassName
{
background-color: #73BAE6;
}
.BgClassName
{
background-color: #73BAE6;
}
</style>
border-color css
<style>
span { border-color: #73BAE6; }
span { border-color: rgb(115,186,230); }
td.TdClassName
{
border-color: #73BAE6;
}
.TagClassName
{
border-color: #73BAE6;
}
</style>