Shades of Malibu #73BBE8
Tints of Malibu #73BBE8
RGB
CMYK
RGB Variations
Color information
#73BBE8 (or 0x73BBE8) is known color: Malibu. HEX triplet: 73, BB and E8. RGB value is (115,187,232). Sum of RGB (Red+Green+Blue) = 115+187+232=534 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.54% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 232 (91.02% from 255 or 43.45% from 534); Max value from RGB is 232 - color contains mainly: blue. Hex color #73BBE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BBE8 is #8C4417. Grayscale: #AAAAAA. Windows color (decimal): -9192472 or 15252339. OLE color: 15252339.
HSL color Cylindrical-coordinate representation of color #73BBE8: hue angle of 203.08º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73BBE8 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 187 | 232 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.09 |
| HSL | 203.08º | 0.72% | 0.68% | - |
| HSV(B) | 203.08º | 0.5% | 0.91% | - |
| XYZ | 39.41 | 45.01 | 82.96 | - |
| YUV | 170.6 | 162.65 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 187 | 232 | 0.50 | 0.19 | 0 | 0.09 | 203.08 | 0.72 | 0.68 |
| Hex | 73 | BB | E8 | 32 | 13 | 0 | 9 | CB | 48 | 44 |
| Octal | 163 | 273 | 350 | 62 | 23 | 0 | 11 | 313 | 110 | 104 |
| Binary | 1110011 | 10111011 | 11101000 | 110010 | 10011 | 0 | 1001 | 11001011 | 1001000 | 1000100 |
Color Harmonies of #73BBE8
Complementary color
Monochromatic Colors of #73BBE8
Black with #73BBE8
Text Example
Text Example
White with #73BBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BBE8; }
p { color: rgb(115,187,232); }
H1.HeaderClassName
{
color: #73BBE8;
}
.AnyTagClassName
{
color: #73BBE8;
}
</style>
background-color css
<style>
a { background-color: #73BBE8; }
a { background-color: rgb(115,187,232); }
div.DivClassName
{
background-color: #73BBE8;
}
.BgClassName
{
background-color: #73BBE8;
}
</style>
border-color css
<style>
span { border-color: #73BBE8; }
span { border-color: rgb(115,187,232); }
td.TdClassName
{
border-color: #73BBE8;
}
.TagClassName
{
border-color: #73BBE8;
}
</style>