Shades of Malibu #73BEE9
Tints of Malibu #73BEE9
RGB
CMYK
RGB Variations
Color information
#73BEE9 (or 0x73BEE9) is known color: Malibu. HEX triplet: 73, BE and E9. RGB value is (115,190,233). Sum of RGB (Red+Green+Blue) = 115+190+233=538 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.38% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 233 (91.41% from 255 or 43.31% from 538); Max value from RGB is 233 - color contains mainly: blue. Hex color #73BEE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BEE9 is #8C4116. Grayscale: #ACACAC. Windows color (decimal): -9191703 or 15318643. OLE color: 15318643.
HSL color Cylindrical-coordinate representation of color #73BEE9: hue angle of 201.86º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73BEE9 is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 190 | 233 | - |
| CMYK | 0.51 | 0.18 | 0 | 0.09 |
| HSL | 201.86º | 0.73% | 0.68% | - |
| HSV(B) | 201.86º | 0.51% | 0.91% | - |
| XYZ | 40.19 | 46.35 | 83.92 | - |
| YUV | 172.48 | 162.15 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 190 | 233 | 0.51 | 0.18 | 0 | 0.09 | 201.86 | 0.73 | 0.68 |
| Hex | 73 | BE | E9 | 33 | 12 | 0 | 9 | CA | 49 | 44 |
| Octal | 163 | 276 | 351 | 63 | 22 | 0 | 11 | 312 | 111 | 104 |
| Binary | 1110011 | 10111110 | 11101001 | 110011 | 10010 | 0 | 1001 | 11001010 | 1001001 | 1000100 |
Color Harmonies of #73BEE9
Complementary color
Monochromatic Colors of #73BEE9
Black with #73BEE9
Text Example
Text Example
White with #73BEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BEE9; }
p { color: rgb(115,190,233); }
H1.HeaderClassName
{
color: #73BEE9;
}
.AnyTagClassName
{
color: #73BEE9;
}
</style>
background-color css
<style>
a { background-color: #73BEE9; }
a { background-color: rgb(115,190,233); }
div.DivClassName
{
background-color: #73BEE9;
}
.BgClassName
{
background-color: #73BEE9;
}
</style>
border-color css
<style>
span { border-color: #73BEE9; }
span { border-color: rgb(115,190,233); }
td.TdClassName
{
border-color: #73BEE9;
}
.TagClassName
{
border-color: #73BEE9;
}
</style>