Shades of Malibu #51B2E1
Tints of Malibu #51B2E1
RGB
CMYK
RGB Variations
Color information
#51B2E1 (or 0x51B2E1) is known color: Malibu. HEX triplet: 51, B2 and E1. RGB value is (81,178,225). Sum of RGB (Red+Green+Blue) = 81+178+225=484 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.74% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 225 (88.28% from 255 or 46.49% from 484); Max value from RGB is 225 - color contains mainly: blue. Hex color #51B2E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51B2E1 is #AE4D1E. Grayscale: #9A9A9A. Windows color (decimal): -11423007 or 14791249. OLE color: 14791249.
HSL color Cylindrical-coordinate representation of color #51B2E1: hue angle of 199.58º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51B2E1 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 81 | 178 | 225 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.12 |
| HSL | 199.58º | 0.71% | 0.6% | - |
| HSV(B) | 199.58º | 0.64% | 0.88% | - |
| XYZ | 32.9 | 39.03 | 77.03 | - |
| YUV | 154.36 | 167.86 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 178 | 225 | 0.64 | 0.21 | 0 | 0.12 | 199.58 | 0.71 | 0.6 |
| Hex | 51 | B2 | E1 | 40 | 15 | 0 | C | C8 | 47 | 3C |
| Octal | 121 | 262 | 341 | 100 | 25 | 0 | 14 | 310 | 107 | 74 |
| Binary | 1010001 | 10110010 | 11100001 | 1000000 | 10101 | 0 | 1100 | 11001000 | 1000111 | 111100 |
Color Harmonies of #51B2E1
Complementary color
Monochromatic Colors of #51B2E1
Black with #51B2E1
Text Example
Text Example
White with #51B2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B2E1; }
p { color: rgb(81,178,225); }
H1.HeaderClassName
{
color: #51B2E1;
}
.AnyTagClassName
{
color: #51B2E1;
}
</style>
background-color css
<style>
a { background-color: #51B2E1; }
a { background-color: rgb(81,178,225); }
div.DivClassName
{
background-color: #51B2E1;
}
.BgClassName
{
background-color: #51B2E1;
}
</style>
border-color css
<style>
span { border-color: #51B2E1; }
span { border-color: rgb(81,178,225); }
td.TdClassName
{
border-color: #51B2E1;
}
.TagClassName
{
border-color: #51B2E1;
}
</style>