Shades of Malibu #73B6EA
Tints of Malibu #73B6EA
RGB
CMYK
RGB Variations
Color information
#73B6EA (or 0x73B6EA) is known color: Malibu. HEX triplet: 73, B6 and EA. RGB value is (115,182,234). Sum of RGB (Red+Green+Blue) = 115+182+234=531 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.66% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #73B6EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73B6EA is #8C4915. Grayscale: #A7A7A7. Windows color (decimal): -9193750 or 15382131. OLE color: 15382131.
HSL color Cylindrical-coordinate representation of color #73B6EA: hue angle of 206.22º 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 #73B6EA is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 182 | 234 | - |
| CMYK | 0.51 | 0.22 | 0 | 0.08 |
| HSL | 206.22º | 0.74% | 0.68% | - |
| HSV(B) | 206.22º | 0.51% | 0.92% | - |
| XYZ | 38.65 | 43.04 | 84.11 | - |
| YUV | 167.9 | 165.3 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 182 | 234 | 0.51 | 0.22 | 0 | 0.08 | 206.22 | 0.74 | 0.68 |
| Hex | 73 | B6 | EA | 33 | 16 | 0 | 8 | CE | 4A | 44 |
| Octal | 163 | 266 | 352 | 63 | 26 | 0 | 10 | 316 | 112 | 104 |
| Binary | 1110011 | 10110110 | 11101010 | 110011 | 10110 | 0 | 1000 | 11001110 | 1001010 | 1000100 |
Color Harmonies of #73B6EA
Complementary color
Monochromatic Colors of #73B6EA
Black with #73B6EA
Text Example
Text Example
White with #73B6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B6EA; }
p { color: rgb(115,182,234); }
H1.HeaderClassName
{
color: #73B6EA;
}
.AnyTagClassName
{
color: #73B6EA;
}
</style>
background-color css
<style>
a { background-color: #73B6EA; }
a { background-color: rgb(115,182,234); }
div.DivClassName
{
background-color: #73B6EA;
}
.BgClassName
{
background-color: #73B6EA;
}
</style>
border-color css
<style>
span { border-color: #73B6EA; }
span { border-color: rgb(115,182,234); }
td.TdClassName
{
border-color: #73B6EA;
}
.TagClassName
{
border-color: #73B6EA;
}
</style>