Shades of Malibu #51ACF4
Tints of Malibu #51ACF4
RGB
CMYK
RGB Variations
Color information
#51ACF4 (or 0x51ACF4) is known color: Malibu. HEX triplet: 51, AC and F4. RGB value is (81,172,244). Sum of RGB (Red+Green+Blue) = 81+172+244=497 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.30% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 244 (95.70% from 255 or 49.09% from 497); Max value from RGB is 244 - color contains mainly: blue. Hex color #51ACF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51ACF4 is #AE530B. Grayscale: #989898. Windows color (decimal): -11424524 or 16034897. OLE color: 16034897.
HSL color Cylindrical-coordinate representation of color #51ACF4: hue angle of 206.5º degrees, saturation: 0.88, 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 #51ACF4 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 81 | 172 | 244 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.04 |
| HSL | 206.5º | 0.88% | 0.64% | - |
| HSV(B) | 206.5º | 0.67% | 0.96% | - |
| XYZ | 34.48 | 37.79 | 91.06 | - |
| YUV | 153 | 179.35 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 172 | 244 | 0.67 | 0.30 | 0 | 0.04 | 206.5 | 0.88 | 0.64 |
| Hex | 51 | AC | F4 | 43 | 1E | 0 | 4 | CF | 58 | 40 |
| Octal | 121 | 254 | 364 | 103 | 36 | 0 | 4 | 317 | 130 | 100 |
| Binary | 1010001 | 10101100 | 11110100 | 1000011 | 11110 | 0 | 100 | 11001111 | 1011000 | 1000000 |
Color Harmonies of #51ACF4
Complementary color
Monochromatic Colors of #51ACF4
Black with #51ACF4
Text Example
Text Example
White with #51ACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51ACF4; }
p { color: rgb(81,172,244); }
H1.HeaderClassName
{
color: #51ACF4;
}
.AnyTagClassName
{
color: #51ACF4;
}
</style>
background-color css
<style>
a { background-color: #51ACF4; }
a { background-color: rgb(81,172,244); }
div.DivClassName
{
background-color: #51ACF4;
}
.BgClassName
{
background-color: #51ACF4;
}
</style>
border-color css
<style>
span { border-color: #51ACF4; }
span { border-color: rgb(81,172,244); }
td.TdClassName
{
border-color: #51ACF4;
}
.TagClassName
{
border-color: #51ACF4;
}
</style>