Shades of Malibu #51BFFA
Tints of Malibu #51BFFA
RGB
CMYK
RGB Variations
Color information
#51BFFA (or 0x51BFFA) is known color: Malibu. HEX triplet: 51, BF and FA. RGB value is (81,191,250). Sum of RGB (Red+Green+Blue) = 81+191+250=522 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.52% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #51BFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51BFFA is #AE4005. Grayscale: #A4A4A4. Windows color (decimal): -11419654 or 16432977. OLE color: 16432977.
HSL color Cylindrical-coordinate representation of color #51BFFA: hue angle of 200.95º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51BFFA is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 191 | 250 | - |
| CMYK | 0.68 | 0.24 | 0 | 0.02 |
| HSL | 200.95º | 0.94% | 0.65% | - |
| HSV(B) | 200.95º | 0.68% | 0.98% | - |
| XYZ | 39.28 | 45.91 | 97.23 | - |
| YUV | 164.84 | 176.06 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 191 | 250 | 0.68 | 0.24 | 0 | 0.02 | 200.95 | 0.94 | 0.65 |
| Hex | 51 | BF | FA | 44 | 18 | 0 | 2 | C9 | 5E | 41 |
| Octal | 121 | 277 | 372 | 104 | 30 | 0 | 2 | 311 | 136 | 101 |
| Binary | 1010001 | 10111111 | 11111010 | 1000100 | 11000 | 0 | 10 | 11001001 | 1011110 | 1000001 |
Color Harmonies of #51BFFA
Complementary color
Monochromatic Colors of #51BFFA
Black with #51BFFA
Text Example
Text Example
White with #51BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BFFA; }
p { color: rgb(81,191,250); }
H1.HeaderClassName
{
color: #51BFFA;
}
.AnyTagClassName
{
color: #51BFFA;
}
</style>
background-color css
<style>
a { background-color: #51BFFA; }
a { background-color: rgb(81,191,250); }
div.DivClassName
{
background-color: #51BFFA;
}
.BgClassName
{
background-color: #51BFFA;
}
</style>
border-color css
<style>
span { border-color: #51BFFA; }
span { border-color: rgb(81,191,250); }
td.TdClassName
{
border-color: #51BFFA;
}
.TagClassName
{
border-color: #51BFFA;
}
</style>