Shades of Malibu #51B0EC
Tints of Malibu #51B0EC
RGB
CMYK
RGB Variations
Color information
#51B0EC (or 0x51B0EC) is known color: Malibu. HEX triplet: 51, B0 and EC. RGB value is (81,176,236). Sum of RGB (Red+Green+Blue) = 81+176+236=493 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.43% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #51B0EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51B0EC is #AE4F13. Grayscale: #9A9A9A. Windows color (decimal): -11423508 or 15511633. OLE color: 15511633.
HSL color Cylindrical-coordinate representation of color #51B0EC: hue angle of 203.23º 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 #51B0EC is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 176 | 236 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.07 |
| HSL | 203.23º | 0.8% | 0.62% | - |
| HSV(B) | 203.23º | 0.66% | 0.93% | - |
| XYZ | 34.06 | 38.86 | 85.06 | - |
| YUV | 154.44 | 174.03 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 176 | 236 | 0.66 | 0.25 | 0 | 0.07 | 203.23 | 0.8 | 0.62 |
| Hex | 51 | B0 | EC | 42 | 19 | 0 | 7 | CB | 50 | 3E |
| Octal | 121 | 260 | 354 | 102 | 31 | 0 | 7 | 313 | 120 | 76 |
| Binary | 1010001 | 10110000 | 11101100 | 1000010 | 11001 | 0 | 111 | 11001011 | 1010000 | 111110 |
Color Harmonies of #51B0EC
Complementary color
Monochromatic Colors of #51B0EC
Black with #51B0EC
Text Example
Text Example
White with #51B0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B0EC; }
p { color: rgb(81,176,236); }
H1.HeaderClassName
{
color: #51B0EC;
}
.AnyTagClassName
{
color: #51B0EC;
}
</style>
background-color css
<style>
a { background-color: #51B0EC; }
a { background-color: rgb(81,176,236); }
div.DivClassName
{
background-color: #51B0EC;
}
.BgClassName
{
background-color: #51B0EC;
}
</style>
border-color css
<style>
span { border-color: #51B0EC; }
span { border-color: rgb(81,176,236); }
td.TdClassName
{
border-color: #51B0EC;
}
.TagClassName
{
border-color: #51B0EC;
}
</style>