Shades of Malibu #51BFF6
Tints of Malibu #51BFF6
RGB
CMYK
RGB Variations
Color information
#51BFF6 (or 0x51BFF6) is known color: Malibu. HEX triplet: 51, BF and F6. RGB value is (81,191,246). Sum of RGB (Red+Green+Blue) = 81+191+246=518 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.64% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 246 (96.48% from 255 or 47.49% from 518); Max value from RGB is 246 - color contains mainly: blue. Hex color #51BFF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51BFF6 is #AE4009. Grayscale: #A4A4A4. Windows color (decimal): -11419658 or 16170833. OLE color: 16170833.
HSL color Cylindrical-coordinate representation of color #51BFF6: hue angle of 200º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51BFF6 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 81 | 191 | 246 | - |
| CMYK | 0.67 | 0.22 | 0 | 0.04 |
| HSL | 200º | 0.9% | 0.64% | - |
| HSV(B) | 200º | 0.67% | 0.96% | - |
| XYZ | 38.66 | 45.66 | 93.97 | - |
| YUV | 164.38 | 174.06 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 191 | 246 | 0.67 | 0.22 | 0 | 0.04 | 200 | 0.9 | 0.64 |
| Hex | 51 | BF | F6 | 43 | 16 | 0 | 4 | C8 | 5A | 40 |
| Octal | 121 | 277 | 366 | 103 | 26 | 0 | 4 | 310 | 132 | 100 |
| Binary | 1010001 | 10111111 | 11110110 | 1000011 | 10110 | 0 | 100 | 11001000 | 1011010 | 1000000 |
Color Harmonies of #51BFF6
Complementary color
Monochromatic Colors of #51BFF6
Black with #51BFF6
Text Example
Text Example
White with #51BFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BFF6; }
p { color: rgb(81,191,246); }
H1.HeaderClassName
{
color: #51BFF6;
}
.AnyTagClassName
{
color: #51BFF6;
}
</style>
background-color css
<style>
a { background-color: #51BFF6; }
a { background-color: rgb(81,191,246); }
div.DivClassName
{
background-color: #51BFF6;
}
.BgClassName
{
background-color: #51BFF6;
}
</style>
border-color css
<style>
span { border-color: #51BFF6; }
span { border-color: rgb(81,191,246); }
td.TdClassName
{
border-color: #51BFF6;
}
.TagClassName
{
border-color: #51BFF6;
}
</style>