Shades of Malibu #51BDE8
Tints of Malibu #51BDE8
RGB
CMYK
RGB Variations
Color information
#51BDE8 (or 0x51BDE8) is known color: Malibu. HEX triplet: 51, BD and E8. RGB value is (81,189,232). Sum of RGB (Red+Green+Blue) = 81+189+232=502 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.14% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 232 (91.02% from 255 or 46.22% from 502); Max value from RGB is 232 - color contains mainly: blue. Hex color #51BDE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51BDE8 is #AE4217. Grayscale: #A1A1A1. Windows color (decimal): -11420184 or 15252817. OLE color: 15252817.
HSL color Cylindrical-coordinate representation of color #51BDE8: hue angle of 197.09º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51BDE8 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 189 | 232 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.09 |
| HSL | 197.09º | 0.77% | 0.61% | - |
| HSV(B) | 197.09º | 0.65% | 0.91% | - |
| XYZ | 36.16 | 43.97 | 82.93 | - |
| YUV | 161.61 | 167.72 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 189 | 232 | 0.65 | 0.19 | 0 | 0.09 | 197.09 | 0.77 | 0.61 |
| Hex | 51 | BD | E8 | 41 | 13 | 0 | 9 | C5 | 4D | 3D |
| Octal | 121 | 275 | 350 | 101 | 23 | 0 | 11 | 305 | 115 | 75 |
| Binary | 1010001 | 10111101 | 11101000 | 1000001 | 10011 | 0 | 1001 | 11000101 | 1001101 | 111101 |
Color Harmonies of #51BDE8
Complementary color
Monochromatic Colors of #51BDE8
Black with #51BDE8
Text Example
Text Example
White with #51BDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BDE8; }
p { color: rgb(81,189,232); }
H1.HeaderClassName
{
color: #51BDE8;
}
.AnyTagClassName
{
color: #51BDE8;
}
</style>
background-color css
<style>
a { background-color: #51BDE8; }
a { background-color: rgb(81,189,232); }
div.DivClassName
{
background-color: #51BDE8;
}
.BgClassName
{
background-color: #51BDE8;
}
</style>
border-color css
<style>
span { border-color: #51BDE8; }
span { border-color: rgb(81,189,232); }
td.TdClassName
{
border-color: #51BDE8;
}
.TagClassName
{
border-color: #51BDE8;
}
</style>