Shades of Malibu #51C8F2
Tints of Malibu #51C8F2
RGB
CMYK
RGB Variations
Color information
#51C8F2 (or 0x51C8F2) is known color: Malibu. HEX triplet: 51, C8 and F2. RGB value is (81,200,242). Sum of RGB (Red+Green+Blue) = 81+200+242=523 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.49% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 242 (94.92% from 255 or 46.27% from 523); Max value from RGB is 242 - color contains mainly: blue. Hex color #51C8F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51C8F2 is #AE370D. Grayscale: #A8A8A8. Windows color (decimal): -11417358 or 15910993. OLE color: 15910993.
HSL color Cylindrical-coordinate representation of color #51C8F2: hue angle of 195.65º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51C8F2 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 200 | 242 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.05 |
| HSL | 195.65º | 0.86% | 0.63% | - |
| HSV(B) | 195.65º | 0.67% | 0.95% | - |
| XYZ | 40.07 | 49.47 | 91.44 | - |
| YUV | 169.21 | 169.08 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 200 | 242 | 0.67 | 0.17 | 0 | 0.05 | 195.65 | 0.86 | 0.63 |
| Hex | 51 | C8 | F2 | 43 | 11 | 0 | 5 | C4 | 56 | 3F |
| Octal | 121 | 310 | 362 | 103 | 21 | 0 | 5 | 304 | 126 | 77 |
| Binary | 1010001 | 11001000 | 11110010 | 1000011 | 10001 | 0 | 101 | 11000100 | 1010110 | 111111 |
Color Harmonies of #51C8F2
Complementary color
Monochromatic Colors of #51C8F2
Black with #51C8F2
Text Example
Text Example
White with #51C8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C8F2; }
p { color: rgb(81,200,242); }
H1.HeaderClassName
{
color: #51C8F2;
}
.AnyTagClassName
{
color: #51C8F2;
}
</style>
background-color css
<style>
a { background-color: #51C8F2; }
a { background-color: rgb(81,200,242); }
div.DivClassName
{
background-color: #51C8F2;
}
.BgClassName
{
background-color: #51C8F2;
}
</style>
border-color css
<style>
span { border-color: #51C8F2; }
span { border-color: rgb(81,200,242); }
td.TdClassName
{
border-color: #51C8F2;
}
.TagClassName
{
border-color: #51C8F2;
}
</style>