Shades of Malibu #51A8EC
Tints of Malibu #51A8EC
RGB
CMYK
RGB Variations
Color information
#51A8EC (or 0x51A8EC) is known color: Malibu. HEX triplet: 51, A8 and EC. RGB value is (81,168,236). Sum of RGB (Red+Green+Blue) = 81+168+236=485 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.70% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #51A8EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51A8EC is #AE5713. Grayscale: #959595. Windows color (decimal): -11425556 or 15509585. OLE color: 15509585.
HSL color Cylindrical-coordinate representation of color #51A8EC: hue angle of 206.32º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51A8EC is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 168 | 236 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.07 |
| HSL | 206.32º | 0.8% | 0.62% | - |
| HSV(B) | 206.32º | 0.66% | 0.93% | - |
| XYZ | 32.54 | 35.81 | 84.55 | - |
| YUV | 149.74 | 176.68 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 168 | 236 | 0.66 | 0.29 | 0 | 0.07 | 206.32 | 0.8 | 0.62 |
| Hex | 51 | A8 | EC | 42 | 1D | 0 | 7 | CE | 50 | 3E |
| Octal | 121 | 250 | 354 | 102 | 35 | 0 | 7 | 316 | 120 | 76 |
| Binary | 1010001 | 10101000 | 11101100 | 1000010 | 11101 | 0 | 111 | 11001110 | 1010000 | 111110 |
Color Harmonies of #51A8EC
Complementary color
Monochromatic Colors of #51A8EC
Black with #51A8EC
Text Example
Text Example
White with #51A8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A8EC; }
p { color: rgb(81,168,236); }
H1.HeaderClassName
{
color: #51A8EC;
}
.AnyTagClassName
{
color: #51A8EC;
}
</style>
background-color css
<style>
a { background-color: #51A8EC; }
a { background-color: rgb(81,168,236); }
div.DivClassName
{
background-color: #51A8EC;
}
.BgClassName
{
background-color: #51A8EC;
}
</style>
border-color css
<style>
span { border-color: #51A8EC; }
span { border-color: rgb(81,168,236); }
td.TdClassName
{
border-color: #51A8EC;
}
.TagClassName
{
border-color: #51A8EC;
}
</style>