Shades of Malibu #51C0F3
Tints of Malibu #51C0F3
RGB
CMYK
RGB Variations
Color information
#51C0F3 (or 0x51C0F3) is known color: Malibu. HEX triplet: 51, C0 and F3. RGB value is (81,192,243). Sum of RGB (Red+Green+Blue) = 81+192+243=516 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.70% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 243 (95.31% from 255 or 47.09% from 516); Max value from RGB is 243 - color contains mainly: blue. Hex color #51C0F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51C0F3 is #AE3F0C. Grayscale: #A4A4A4. Windows color (decimal): -11419405 or 15974481. OLE color: 15974481.
HSL color Cylindrical-coordinate representation of color #51C0F3: hue angle of 198.89º 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 #51C0F3 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 192 | 243 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.05 |
| HSL | 198.89º | 0.87% | 0.64% | - |
| HSV(B) | 198.89º | 0.67% | 0.95% | - |
| XYZ | 38.42 | 45.92 | 91.63 | - |
| YUV | 164.63 | 172.23 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 192 | 243 | 0.67 | 0.21 | 0 | 0.05 | 198.89 | 0.87 | 0.64 |
| Hex | 51 | C0 | F3 | 43 | 15 | 0 | 5 | C7 | 57 | 40 |
| Octal | 121 | 300 | 363 | 103 | 25 | 0 | 5 | 307 | 127 | 100 |
| Binary | 1010001 | 11000000 | 11110011 | 1000011 | 10101 | 0 | 101 | 11000111 | 1010111 | 1000000 |
Color Harmonies of #51C0F3
Complementary color
Monochromatic Colors of #51C0F3
Black with #51C0F3
Text Example
Text Example
White with #51C0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C0F3; }
p { color: rgb(81,192,243); }
H1.HeaderClassName
{
color: #51C0F3;
}
.AnyTagClassName
{
color: #51C0F3;
}
</style>
background-color css
<style>
a { background-color: #51C0F3; }
a { background-color: rgb(81,192,243); }
div.DivClassName
{
background-color: #51C0F3;
}
.BgClassName
{
background-color: #51C0F3;
}
</style>
border-color css
<style>
span { border-color: #51C0F3; }
span { border-color: rgb(81,192,243); }
td.TdClassName
{
border-color: #51C0F3;
}
.TagClassName
{
border-color: #51C0F3;
}
</style>