Shades of Malibu #51BFF0
Tints of Malibu #51BFF0
RGB
CMYK
RGB Variations
Color information
#51BFF0 (or 0x51BFF0) is known color: Malibu. HEX triplet: 51, BF and F0. RGB value is (81,191,240). Sum of RGB (Red+Green+Blue) = 81+191+240=512 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.82% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 240 - color contains mainly: blue. Hex color #51BFF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51BFF0 is #AE400F. Grayscale: #A3A3A3. Windows color (decimal): -11419664 or 15777617. OLE color: 15777617.
HSL color Cylindrical-coordinate representation of color #51BFF0: hue angle of 198.49º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51BFF0 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 191 | 240 | - |
| CMYK | 0.66 | 0.20 | 0 | 0.06 |
| HSL | 198.49º | 0.84% | 0.63% | - |
| HSV(B) | 198.49º | 0.66% | 0.94% | - |
| XYZ | 37.75 | 45.3 | 89.19 | - |
| YUV | 163.7 | 171.06 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 191 | 240 | 0.66 | 0.20 | 0 | 0.06 | 198.49 | 0.84 | 0.63 |
| Hex | 51 | BF | F0 | 42 | 14 | 0 | 6 | C6 | 54 | 3F |
| Octal | 121 | 277 | 360 | 102 | 24 | 0 | 6 | 306 | 124 | 77 |
| Binary | 1010001 | 10111111 | 11110000 | 1000010 | 10100 | 0 | 110 | 11000110 | 1010100 | 111111 |
Color Harmonies of #51BFF0
Complementary color
Monochromatic Colors of #51BFF0
Black with #51BFF0
Text Example
Text Example
White with #51BFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BFF0; }
p { color: rgb(81,191,240); }
H1.HeaderClassName
{
color: #51BFF0;
}
.AnyTagClassName
{
color: #51BFF0;
}
</style>
background-color css
<style>
a { background-color: #51BFF0; }
a { background-color: rgb(81,191,240); }
div.DivClassName
{
background-color: #51BFF0;
}
.BgClassName
{
background-color: #51BFF0;
}
</style>
border-color css
<style>
span { border-color: #51BFF0; }
span { border-color: rgb(81,191,240); }
td.TdClassName
{
border-color: #51BFF0;
}
.TagClassName
{
border-color: #51BFF0;
}
</style>