Shades of Malibu #51C6DF
Tints of Malibu #51C6DF
RGB
CMYK
RGB Variations
Color information
#51C6DF (or 0x51C6DF) is known color: Malibu. HEX triplet: 51, C6 and DF. RGB value is (81,198,223). Sum of RGB (Red+Green+Blue) = 81+198+223=502 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.14% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #51C6DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C6DF is #AE3920. Grayscale: #A5A5A5. Windows color (decimal): -11417889 or 14665297. OLE color: 14665297.
HSL color Cylindrical-coordinate representation of color #51C6DF: hue angle of 190.56º 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 #51C6DF is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 198 | 223 | - |
| CMYK | 0.64 | 0.11 | 0 | 0.13 |
| HSL | 190.56º | 0.69% | 0.6% | - |
| HSV(B) | 190.56º | 0.64% | 0.87% | - |
| XYZ | 36.91 | 47.47 | 77.03 | - |
| YUV | 165.87 | 160.24 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 198 | 223 | 0.64 | 0.11 | 0 | 0.13 | 190.56 | 0.69 | 0.6 |
| Hex | 51 | C6 | DF | 40 | B | 0 | D | BF | 45 | 3C |
| Octal | 121 | 306 | 337 | 100 | 13 | 0 | 15 | 277 | 105 | 74 |
| Binary | 1010001 | 11000110 | 11011111 | 1000000 | 1011 | 0 | 1101 | 10111111 | 1000101 | 111100 |
Color Harmonies of #51C6DF
Complementary color
Monochromatic Colors of #51C6DF
Black with #51C6DF
Text Example
Text Example
White with #51C6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C6DF; }
p { color: rgb(81,198,223); }
H1.HeaderClassName
{
color: #51C6DF;
}
.AnyTagClassName
{
color: #51C6DF;
}
</style>
background-color css
<style>
a { background-color: #51C6DF; }
a { background-color: rgb(81,198,223); }
div.DivClassName
{
background-color: #51C6DF;
}
.BgClassName
{
background-color: #51C6DF;
}
</style>
border-color css
<style>
span { border-color: #51C6DF; }
span { border-color: rgb(81,198,223); }
td.TdClassName
{
border-color: #51C6DF;
}
.TagClassName
{
border-color: #51C6DF;
}
</style>