Shades of Malibu #73B7EA
Tints of Malibu #73B7EA
RGB
CMYK
RGB Variations
Color information
#73B7EA (or 0x73B7EA) is known color: Malibu. HEX triplet: 73, B7 and EA. RGB value is (115,183,234). Sum of RGB (Red+Green+Blue) = 115+183+234=532 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.62% from 532); Green value is 183 (71.88% from 255 or 34.40% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #73B7EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73B7EA is #8C4815. Grayscale: #A8A8A8. Windows color (decimal): -9193494 or 15382387. OLE color: 15382387.
HSL color Cylindrical-coordinate representation of color #73B7EA: hue angle of 205.71º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73B7EA is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 183 | 234 | - |
| CMYK | 0.51 | 0.22 | 0 | 0.08 |
| HSL | 205.71º | 0.74% | 0.68% | - |
| HSV(B) | 205.71º | 0.51% | 0.92% | - |
| XYZ | 38.86 | 43.45 | 84.18 | - |
| YUV | 168.48 | 164.97 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 183 | 234 | 0.51 | 0.22 | 0 | 0.08 | 205.71 | 0.74 | 0.68 |
| Hex | 73 | B7 | EA | 33 | 16 | 0 | 8 | CE | 4A | 44 |
| Octal | 163 | 267 | 352 | 63 | 26 | 0 | 10 | 316 | 112 | 104 |
| Binary | 1110011 | 10110111 | 11101010 | 110011 | 10110 | 0 | 1000 | 11001110 | 1001010 | 1000100 |
Color Harmonies of #73B7EA
Complementary color
Monochromatic Colors of #73B7EA
Black with #73B7EA
Text Example
Text Example
White with #73B7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B7EA; }
p { color: rgb(115,183,234); }
H1.HeaderClassName
{
color: #73B7EA;
}
.AnyTagClassName
{
color: #73B7EA;
}
</style>
background-color css
<style>
a { background-color: #73B7EA; }
a { background-color: rgb(115,183,234); }
div.DivClassName
{
background-color: #73B7EA;
}
.BgClassName
{
background-color: #73B7EA;
}
</style>
border-color css
<style>
span { border-color: #73B7EA; }
span { border-color: rgb(115,183,234); }
td.TdClassName
{
border-color: #73B7EA;
}
.TagClassName
{
border-color: #73B7EA;
}
</style>