Shades of Malibu #51C8F8
Tints of Malibu #51C8F8
RGB
CMYK
RGB Variations
Color information
#51C8F8 (or 0x51C8F8) is known color: Malibu. HEX triplet: 51, C8 and F8. RGB value is (81,200,248). Sum of RGB (Red+Green+Blue) = 81+200+248=529 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.31% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 248 (97.27% from 255 or 46.88% from 529); Max value from RGB is 248 - color contains mainly: blue. Hex color #51C8F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51C8F8 is #AE3707. Grayscale: #A9A9A9. Windows color (decimal): -11417352 or 16304209. OLE color: 16304209.
HSL color Cylindrical-coordinate representation of color #51C8F8: hue angle of 197.25º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51C8F8 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 81 | 200 | 248 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.03 |
| HSL | 197.25º | 0.92% | 0.65% | - |
| HSV(B) | 197.25º | 0.67% | 0.97% | - |
| XYZ | 40.99 | 49.84 | 96.27 | - |
| YUV | 169.89 | 172.08 | 64.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 200 | 248 | 0.67 | 0.19 | 0 | 0.03 | 197.25 | 0.92 | 0.65 |
| Hex | 51 | C8 | F8 | 43 | 13 | 0 | 3 | C5 | 5C | 41 |
| Octal | 121 | 310 | 370 | 103 | 23 | 0 | 3 | 305 | 134 | 101 |
| Binary | 1010001 | 11001000 | 11111000 | 1000011 | 10011 | 0 | 11 | 11000101 | 1011100 | 1000001 |
Color Harmonies of #51C8F8
Complementary color
Monochromatic Colors of #51C8F8
Black with #51C8F8
Text Example
Text Example
White with #51C8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C8F8; }
p { color: rgb(81,200,248); }
H1.HeaderClassName
{
color: #51C8F8;
}
.AnyTagClassName
{
color: #51C8F8;
}
</style>
background-color css
<style>
a { background-color: #51C8F8; }
a { background-color: rgb(81,200,248); }
div.DivClassName
{
background-color: #51C8F8;
}
.BgClassName
{
background-color: #51C8F8;
}
</style>
border-color css
<style>
span { border-color: #51C8F8; }
span { border-color: rgb(81,200,248); }
td.TdClassName
{
border-color: #51C8F8;
}
.TagClassName
{
border-color: #51C8F8;
}
</style>