Shades of Malibu #51C0DF
Tints of Malibu #51C0DF
RGB
CMYK
RGB Variations
Color information
#51C0DF (or 0x51C0DF) is known color: Malibu. HEX triplet: 51, C0 and DF. RGB value is (81,192,223). Sum of RGB (Red+Green+Blue) = 81+192+223=496 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.33% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #51C0DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C0DF is #AE3F20. Grayscale: #A2A2A2. Windows color (decimal): -11419425 or 14663761. OLE color: 14663761.
HSL color Cylindrical-coordinate representation of color #51C0DF: hue angle of 193.1º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51C0DF is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 192 | 223 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.13 |
| HSL | 193.1º | 0.69% | 0.6% | - |
| HSV(B) | 193.1º | 0.64% | 0.87% | - |
| XYZ | 35.56 | 44.78 | 76.58 | - |
| YUV | 162.35 | 162.23 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 192 | 223 | 0.64 | 0.14 | 0 | 0.13 | 193.1 | 0.69 | 0.6 |
| Hex | 51 | C0 | DF | 40 | E | 0 | D | C1 | 45 | 3C |
| Octal | 121 | 300 | 337 | 100 | 16 | 0 | 15 | 301 | 105 | 74 |
| Binary | 1010001 | 11000000 | 11011111 | 1000000 | 1110 | 0 | 1101 | 11000001 | 1000101 | 111100 |
Color Harmonies of #51C0DF
Complementary color
Monochromatic Colors of #51C0DF
Black with #51C0DF
Text Example
Text Example
White with #51C0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C0DF; }
p { color: rgb(81,192,223); }
H1.HeaderClassName
{
color: #51C0DF;
}
.AnyTagClassName
{
color: #51C0DF;
}
</style>
background-color css
<style>
a { background-color: #51C0DF; }
a { background-color: rgb(81,192,223); }
div.DivClassName
{
background-color: #51C0DF;
}
.BgClassName
{
background-color: #51C0DF;
}
</style>
border-color css
<style>
span { border-color: #51C0DF; }
span { border-color: rgb(81,192,223); }
td.TdClassName
{
border-color: #51C0DF;
}
.TagClassName
{
border-color: #51C0DF;
}
</style>