Shades of Malibu #51B0DD
Tints of Malibu #51B0DD
RGB
CMYK
RGB Variations
Color information
#51B0DD (or 0x51B0DD) is known color: Malibu. HEX triplet: 51, B0 and DD. RGB value is (81,176,221). Sum of RGB (Red+Green+Blue) = 81+176+221=478 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.95% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #51B0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51B0DD is #AE4F22. Grayscale: #989898. Windows color (decimal): -11423523 or 14528593. OLE color: 14528593.
HSL color Cylindrical-coordinate representation of color #51B0DD: hue angle of 199.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51B0DD is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 176 | 221 | - |
| CMYK | 0.63 | 0.20 | 0 | 0.13 |
| HSL | 199.29º | 0.67% | 0.59% | - |
| HSV(B) | 199.29º | 0.63% | 0.87% | - |
| XYZ | 31.97 | 38.02 | 74.06 | - |
| YUV | 152.73 | 166.53 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 176 | 221 | 0.63 | 0.20 | 0 | 0.13 | 199.29 | 0.67 | 0.59 |
| Hex | 51 | B0 | DD | 3F | 14 | 0 | D | C7 | 43 | 3B |
| Octal | 121 | 260 | 335 | 77 | 24 | 0 | 15 | 307 | 103 | 73 |
| Binary | 1010001 | 10110000 | 11011101 | 111111 | 10100 | 0 | 1101 | 11000111 | 1000011 | 111011 |
Color Harmonies of #51B0DD
Complementary color
Monochromatic Colors of #51B0DD
Black with #51B0DD
Text Example
Text Example
White with #51B0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B0DD; }
p { color: rgb(81,176,221); }
H1.HeaderClassName
{
color: #51B0DD;
}
.AnyTagClassName
{
color: #51B0DD;
}
</style>
background-color css
<style>
a { background-color: #51B0DD; }
a { background-color: rgb(81,176,221); }
div.DivClassName
{
background-color: #51B0DD;
}
.BgClassName
{
background-color: #51B0DD;
}
</style>
border-color css
<style>
span { border-color: #51B0DD; }
span { border-color: rgb(81,176,221); }
td.TdClassName
{
border-color: #51B0DD;
}
.TagClassName
{
border-color: #51B0DD;
}
</style>