Shades of Malibu #73BFE6
Tints of Malibu #73BFE6
RGB
CMYK
RGB Variations
Color information
#73BFE6 (or 0x73BFE6) is known color: Malibu. HEX triplet: 73, BF and E6. RGB value is (115,191,230). Sum of RGB (Red+Green+Blue) = 115+191+230=536 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.46% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 230 (90.23% from 255 or 42.91% from 536); Max value from RGB is 230 - color contains mainly: blue. Hex color #73BFE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BFE6 is #8C4019. Grayscale: #ACACAC. Windows color (decimal): -9191450 or 15122291. OLE color: 15122291.
HSL color Cylindrical-coordinate representation of color #73BFE6: hue angle of 200.35º 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 #73BFE6 is Cyan = 0.5, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 191 | 230 | - |
| CMYK | 0.5 | 0.17 | 0 | 0.10 |
| HSL | 200.35º | 0.7% | 0.68% | - |
| HSV(B) | 200.35º | 0.5% | 0.9% | - |
| XYZ | 39.98 | 46.62 | 81.75 | - |
| YUV | 172.72 | 160.32 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 191 | 230 | 0.5 | 0.17 | 0 | 0.10 | 200.35 | 0.7 | 0.68 |
| Hex | 73 | BF | E6 | 32 | 11 | 0 | A | C8 | 46 | 44 |
| Octal | 163 | 277 | 346 | 62 | 21 | 0 | 12 | 310 | 106 | 104 |
| Binary | 1110011 | 10111111 | 11100110 | 110010 | 10001 | 0 | 1010 | 11001000 | 1000110 | 1000100 |
Color Harmonies of #73BFE6
Complementary color
Monochromatic Colors of #73BFE6
Black with #73BFE6
Text Example
Text Example
White with #73BFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BFE6; }
p { color: rgb(115,191,230); }
H1.HeaderClassName
{
color: #73BFE6;
}
.AnyTagClassName
{
color: #73BFE6;
}
</style>
background-color css
<style>
a { background-color: #73BFE6; }
a { background-color: rgb(115,191,230); }
div.DivClassName
{
background-color: #73BFE6;
}
.BgClassName
{
background-color: #73BFE6;
}
</style>
border-color css
<style>
span { border-color: #73BFE6; }
span { border-color: rgb(115,191,230); }
td.TdClassName
{
border-color: #73BFE6;
}
.TagClassName
{
border-color: #73BFE6;
}
</style>