Shades of Malibu #51ACF5
Tints of Malibu #51ACF5
RGB
CMYK
RGB Variations
Color information
#51ACF5 (or 0x51ACF5) is known color: Malibu. HEX triplet: 51, AC and F5. RGB value is (81,172,245). Sum of RGB (Red+Green+Blue) = 81+172+245=498 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.27% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 245 (96.09% from 255 or 49.20% from 498); Max value from RGB is 245 - color contains mainly: blue. Hex color #51ACF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51ACF5 is #AE530A. Grayscale: #989898. Windows color (decimal): -11424523 or 16100433. OLE color: 16100433.
HSL color Cylindrical-coordinate representation of color #51ACF5: hue angle of 206.71º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51ACF5 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 81 | 172 | 245 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.04 |
| HSL | 206.71º | 0.89% | 0.64% | - |
| HSV(B) | 206.71º | 0.67% | 0.96% | - |
| XYZ | 34.63 | 37.85 | 91.87 | - |
| YUV | 153.11 | 179.85 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 172 | 245 | 0.67 | 0.30 | 0 | 0.04 | 206.71 | 0.89 | 0.64 |
| Hex | 51 | AC | F5 | 43 | 1E | 0 | 4 | CF | 59 | 40 |
| Octal | 121 | 254 | 365 | 103 | 36 | 0 | 4 | 317 | 131 | 100 |
| Binary | 1010001 | 10101100 | 11110101 | 1000011 | 11110 | 0 | 100 | 11001111 | 1011001 | 1000000 |
Color Harmonies of #51ACF5
Complementary color
Monochromatic Colors of #51ACF5
Black with #51ACF5
Text Example
Text Example
White with #51ACF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51ACF5; }
p { color: rgb(81,172,245); }
H1.HeaderClassName
{
color: #51ACF5;
}
.AnyTagClassName
{
color: #51ACF5;
}
</style>
background-color css
<style>
a { background-color: #51ACF5; }
a { background-color: rgb(81,172,245); }
div.DivClassName
{
background-color: #51ACF5;
}
.BgClassName
{
background-color: #51ACF5;
}
</style>
border-color css
<style>
span { border-color: #51ACF5; }
span { border-color: rgb(81,172,245); }
td.TdClassName
{
border-color: #51ACF5;
}
.TagClassName
{
border-color: #51ACF5;
}
</style>