Shades of Malibu #51B1DF
Tints of Malibu #51B1DF
RGB
CMYK
RGB Variations
Color information
#51B1DF (or 0x51B1DF) is known color: Malibu. HEX triplet: 51, B1 and DF. RGB value is (81,177,223). Sum of RGB (Red+Green+Blue) = 81+177+223=481 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.84% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #51B1DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51B1DF is #AE4E20. Grayscale: #999999. Windows color (decimal): -11423265 or 14659921. OLE color: 14659921.
HSL color Cylindrical-coordinate representation of color #51B1DF: hue angle of 199.44º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51B1DF is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 177 | 223 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.13 |
| HSL | 199.44º | 0.69% | 0.6% | - |
| HSV(B) | 199.44º | 0.64% | 0.87% | - |
| XYZ | 32.43 | 38.52 | 75.54 | - |
| YUV | 153.54 | 167.2 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 177 | 223 | 0.64 | 0.21 | 0 | 0.13 | 199.44 | 0.69 | 0.6 |
| Hex | 51 | B1 | DF | 40 | 15 | 0 | D | C7 | 45 | 3C |
| Octal | 121 | 261 | 337 | 100 | 25 | 0 | 15 | 307 | 105 | 74 |
| Binary | 1010001 | 10110001 | 11011111 | 1000000 | 10101 | 0 | 1101 | 11000111 | 1000101 | 111100 |
Color Harmonies of #51B1DF
Complementary color
Monochromatic Colors of #51B1DF
Black with #51B1DF
Text Example
Text Example
White with #51B1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B1DF; }
p { color: rgb(81,177,223); }
H1.HeaderClassName
{
color: #51B1DF;
}
.AnyTagClassName
{
color: #51B1DF;
}
</style>
background-color css
<style>
a { background-color: #51B1DF; }
a { background-color: rgb(81,177,223); }
div.DivClassName
{
background-color: #51B1DF;
}
.BgClassName
{
background-color: #51B1DF;
}
</style>
border-color css
<style>
span { border-color: #51B1DF; }
span { border-color: rgb(81,177,223); }
td.TdClassName
{
border-color: #51B1DF;
}
.TagClassName
{
border-color: #51B1DF;
}
</style>