Shades of Malibu #51B9EC
Tints of Malibu #51B9EC
RGB
CMYK
RGB Variations
Color information
#51B9EC (or 0x51B9EC) is known color: Malibu. HEX triplet: 51, B9 and EC. RGB value is (81,185,236). Sum of RGB (Red+Green+Blue) = 81+185+236=502 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.14% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #51B9EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51B9EC is #AE4613. Grayscale: #9F9F9F. Windows color (decimal): -11421204 or 15513937. OLE color: 15513937.
HSL color Cylindrical-coordinate representation of color #51B9EC: hue angle of 199.74º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51B9EC is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 185 | 236 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.07 |
| HSL | 199.74º | 0.8% | 0.62% | - |
| HSV(B) | 199.74º | 0.66% | 0.93% | - |
| XYZ | 35.88 | 42.5 | 85.67 | - |
| YUV | 159.72 | 171.04 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 185 | 236 | 0.66 | 0.22 | 0 | 0.07 | 199.74 | 0.8 | 0.62 |
| Hex | 51 | B9 | EC | 42 | 16 | 0 | 7 | C8 | 50 | 3E |
| Octal | 121 | 271 | 354 | 102 | 26 | 0 | 7 | 310 | 120 | 76 |
| Binary | 1010001 | 10111001 | 11101100 | 1000010 | 10110 | 0 | 111 | 11001000 | 1010000 | 111110 |
Color Harmonies of #51B9EC
Complementary color
Monochromatic Colors of #51B9EC
Black with #51B9EC
Text Example
Text Example
White with #51B9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B9EC; }
p { color: rgb(81,185,236); }
H1.HeaderClassName
{
color: #51B9EC;
}
.AnyTagClassName
{
color: #51B9EC;
}
</style>
background-color css
<style>
a { background-color: #51B9EC; }
a { background-color: rgb(81,185,236); }
div.DivClassName
{
background-color: #51B9EC;
}
.BgClassName
{
background-color: #51B9EC;
}
</style>
border-color css
<style>
span { border-color: #51B9EC; }
span { border-color: rgb(81,185,236); }
td.TdClassName
{
border-color: #51B9EC;
}
.TagClassName
{
border-color: #51B9EC;
}
</style>