Shades of Malibu #51C8EC
Tints of Malibu #51C8EC
RGB
CMYK
RGB Variations
Color information
#51C8EC (or 0x51C8EC) is known color: Malibu. HEX triplet: 51, C8 and EC. RGB value is (81,200,236). Sum of RGB (Red+Green+Blue) = 81+200+236=517 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.67% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #51C8EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51C8EC is #AE3713. Grayscale: #A8A8A8. Windows color (decimal): -11417364 or 15517777. OLE color: 15517777.
HSL color Cylindrical-coordinate representation of color #51C8EC: hue angle of 193.94º 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 #51C8EC is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 200 | 236 | - |
| CMYK | 0.66 | 0.15 | 0 | 0.07 |
| HSL | 193.94º | 0.8% | 0.62% | - |
| HSV(B) | 193.94º | 0.66% | 0.93% | - |
| XYZ | 39.19 | 49.11 | 86.77 | - |
| YUV | 168.52 | 166.08 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 200 | 236 | 0.66 | 0.15 | 0 | 0.07 | 193.94 | 0.8 | 0.62 |
| Hex | 51 | C8 | EC | 42 | F | 0 | 7 | C2 | 50 | 3E |
| Octal | 121 | 310 | 354 | 102 | 17 | 0 | 7 | 302 | 120 | 76 |
| Binary | 1010001 | 11001000 | 11101100 | 1000010 | 1111 | 0 | 111 | 11000010 | 1010000 | 111110 |
Color Harmonies of #51C8EC
Complementary color
Monochromatic Colors of #51C8EC
Black with #51C8EC
Text Example
Text Example
White with #51C8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C8EC; }
p { color: rgb(81,200,236); }
H1.HeaderClassName
{
color: #51C8EC;
}
.AnyTagClassName
{
color: #51C8EC;
}
</style>
background-color css
<style>
a { background-color: #51C8EC; }
a { background-color: rgb(81,200,236); }
div.DivClassName
{
background-color: #51C8EC;
}
.BgClassName
{
background-color: #51C8EC;
}
</style>
border-color css
<style>
span { border-color: #51C8EC; }
span { border-color: rgb(81,200,236); }
td.TdClassName
{
border-color: #51C8EC;
}
.TagClassName
{
border-color: #51C8EC;
}
</style>