Shades of Malibu #51BCE9
Tints of Malibu #51BCE9
RGB
CMYK
RGB Variations
Color information
#51BCE9 (or 0x51BCE9) is known color: Malibu. HEX triplet: 51, BC and E9. RGB value is (81,188,233). Sum of RGB (Red+Green+Blue) = 81+188+233=502 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.14% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 233 (91.41% from 255 or 46.41% from 502); Max value from RGB is 233 - color contains mainly: blue. Hex color #51BCE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51BCE9 is #AE4316. Grayscale: #A0A0A0. Windows color (decimal): -11420439 or 15318097. OLE color: 15318097.
HSL color Cylindrical-coordinate representation of color #51BCE9: hue angle of 197.76º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51BCE9 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 188 | 233 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.09 |
| HSL | 197.76º | 0.78% | 0.62% | - |
| HSV(B) | 197.76º | 0.65% | 0.91% | - |
| XYZ | 36.08 | 43.6 | 83.6 | - |
| YUV | 161.14 | 168.55 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 188 | 233 | 0.65 | 0.19 | 0 | 0.09 | 197.76 | 0.78 | 0.62 |
| Hex | 51 | BC | E9 | 41 | 13 | 0 | 9 | C6 | 4E | 3E |
| Octal | 121 | 274 | 351 | 101 | 23 | 0 | 11 | 306 | 116 | 76 |
| Binary | 1010001 | 10111100 | 11101001 | 1000001 | 10011 | 0 | 1001 | 11000110 | 1001110 | 111110 |
Color Harmonies of #51BCE9
Complementary color
Monochromatic Colors of #51BCE9
Black with #51BCE9
Text Example
Text Example
White with #51BCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BCE9; }
p { color: rgb(81,188,233); }
H1.HeaderClassName
{
color: #51BCE9;
}
.AnyTagClassName
{
color: #51BCE9;
}
</style>
background-color css
<style>
a { background-color: #51BCE9; }
a { background-color: rgb(81,188,233); }
div.DivClassName
{
background-color: #51BCE9;
}
.BgClassName
{
background-color: #51BCE9;
}
</style>
border-color css
<style>
span { border-color: #51BCE9; }
span { border-color: rgb(81,188,233); }
td.TdClassName
{
border-color: #51BCE9;
}
.TagClassName
{
border-color: #51BCE9;
}
</style>