Shades of Malibu #51ACF9
Tints of Malibu #51ACF9
RGB
CMYK
RGB Variations
Color information
#51ACF9 (or 0x51ACF9) is known color: Malibu. HEX triplet: 51, AC and F9. RGB value is (81,172,249). Sum of RGB (Red+Green+Blue) = 81+172+249=502 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.14% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #51ACF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51ACF9 is #AE5306. Grayscale: #999999. Windows color (decimal): -11424519 or 16362577. OLE color: 16362577.
HSL color Cylindrical-coordinate representation of color #51ACF9: hue angle of 207.5º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51ACF9 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 172 | 249 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.02 |
| HSL | 207.5º | 0.93% | 0.65% | - |
| HSV(B) | 207.5º | 0.67% | 0.98% | - |
| XYZ | 35.24 | 38.09 | 95.12 | - |
| YUV | 153.57 | 181.85 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 172 | 249 | 0.67 | 0.31 | 0 | 0.02 | 207.5 | 0.93 | 0.65 |
| Hex | 51 | AC | F9 | 43 | 1F | 0 | 2 | D0 | 5D | 41 |
| Octal | 121 | 254 | 371 | 103 | 37 | 0 | 2 | 320 | 135 | 101 |
| Binary | 1010001 | 10101100 | 11111001 | 1000011 | 11111 | 0 | 10 | 11010000 | 1011101 | 1000001 |
Color Harmonies of #51ACF9
Complementary color
Monochromatic Colors of #51ACF9
Black with #51ACF9
Text Example
Text Example
White with #51ACF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51ACF9; }
p { color: rgb(81,172,249); }
H1.HeaderClassName
{
color: #51ACF9;
}
.AnyTagClassName
{
color: #51ACF9;
}
</style>
background-color css
<style>
a { background-color: #51ACF9; }
a { background-color: rgb(81,172,249); }
div.DivClassName
{
background-color: #51ACF9;
}
.BgClassName
{
background-color: #51ACF9;
}
</style>
border-color css
<style>
span { border-color: #51ACF9; }
span { border-color: rgb(81,172,249); }
td.TdClassName
{
border-color: #51ACF9;
}
.TagClassName
{
border-color: #51ACF9;
}
</style>