Shades of Malibu #51BEE5
Tints of Malibu #51BEE5
RGB
CMYK
RGB Variations
Color information
#51BEE5 (or 0x51BEE5) is known color: Malibu. HEX triplet: 51, BE and E5. RGB value is (81,190,229). Sum of RGB (Red+Green+Blue) = 81+190+229=500 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.2% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 229 - color contains mainly: blue. Hex color #51BEE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BEE5 is #AE411A. Grayscale: #A1A1A1. Windows color (decimal): -11419931 or 15056465. OLE color: 15056465.
HSL color Cylindrical-coordinate representation of color #51BEE5: hue angle of 195.81º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51BEE5 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 81 | 190 | 229 | - |
| CMYK | 0.65 | 0.17 | 0 | 0.10 |
| HSL | 195.81º | 0.74% | 0.61% | - |
| HSV(B) | 195.81º | 0.65% | 0.9% | - |
| XYZ | 35.95 | 44.23 | 80.77 | - |
| YUV | 161.86 | 165.89 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 190 | 229 | 0.65 | 0.17 | 0 | 0.10 | 195.81 | 0.74 | 0.61 |
| Hex | 51 | BE | E5 | 41 | 11 | 0 | A | C4 | 4A | 3D |
| Octal | 121 | 276 | 345 | 101 | 21 | 0 | 12 | 304 | 112 | 75 |
| Binary | 1010001 | 10111110 | 11100101 | 1000001 | 10001 | 0 | 1010 | 11000100 | 1001010 | 111101 |
Color Harmonies of #51BEE5
Complementary color
Monochromatic Colors of #51BEE5
Black with #51BEE5
Text Example
Text Example
White with #51BEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BEE5; }
p { color: rgb(81,190,229); }
H1.HeaderClassName
{
color: #51BEE5;
}
.AnyTagClassName
{
color: #51BEE5;
}
</style>
background-color css
<style>
a { background-color: #51BEE5; }
a { background-color: rgb(81,190,229); }
div.DivClassName
{
background-color: #51BEE5;
}
.BgClassName
{
background-color: #51BEE5;
}
</style>
border-color css
<style>
span { border-color: #51BEE5; }
span { border-color: rgb(81,190,229); }
td.TdClassName
{
border-color: #51BEE5;
}
.TagClassName
{
border-color: #51BEE5;
}
</style>