Shades of Malibu #51C8F3
Tints of Malibu #51C8F3
RGB
CMYK
RGB Variations
Color information
#51C8F3 (or 0x51C8F3) is known color: Malibu. HEX triplet: 51, C8 and F3. RGB value is (81,200,243). Sum of RGB (Red+Green+Blue) = 81+200+243=524 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.46% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 243 (95.31% from 255 or 46.37% from 524); Max value from RGB is 243 - color contains mainly: blue. Hex color #51C8F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51C8F3 is #AE370C. Grayscale: #A9A9A9. Windows color (decimal): -11417357 or 15976529. OLE color: 15976529.
HSL color Cylindrical-coordinate representation of color #51C8F3: hue angle of 195.93º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51C8F3 is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 200 | 243 | - |
| CMYK | 0.67 | 0.18 | 0 | 0.05 |
| HSL | 195.93º | 0.87% | 0.64% | - |
| HSV(B) | 195.93º | 0.67% | 0.95% | - |
| XYZ | 40.23 | 49.53 | 92.23 | - |
| YUV | 169.32 | 169.58 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 200 | 243 | 0.67 | 0.18 | 0 | 0.05 | 195.93 | 0.87 | 0.64 |
| Hex | 51 | C8 | F3 | 43 | 12 | 0 | 5 | C4 | 57 | 40 |
| Octal | 121 | 310 | 363 | 103 | 22 | 0 | 5 | 304 | 127 | 100 |
| Binary | 1010001 | 11001000 | 11110011 | 1000011 | 10010 | 0 | 101 | 11000100 | 1010111 | 1000000 |
Color Harmonies of #51C8F3
Complementary color
Monochromatic Colors of #51C8F3
Black with #51C8F3
Text Example
Text Example
White with #51C8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C8F3; }
p { color: rgb(81,200,243); }
H1.HeaderClassName
{
color: #51C8F3;
}
.AnyTagClassName
{
color: #51C8F3;
}
</style>
background-color css
<style>
a { background-color: #51C8F3; }
a { background-color: rgb(81,200,243); }
div.DivClassName
{
background-color: #51C8F3;
}
.BgClassName
{
background-color: #51C8F3;
}
</style>
border-color css
<style>
span { border-color: #51C8F3; }
span { border-color: rgb(81,200,243); }
td.TdClassName
{
border-color: #51C8F3;
}
.TagClassName
{
border-color: #51C8F3;
}
</style>