Shades of Malibu #56ACF9
Tints of Malibu #56ACF9
RGB
CMYK
RGB Variations
Color information
#56ACF9 (or 0x56ACF9) is known color: Malibu. HEX triplet: 56, AC and F9. RGB value is (86,172,249). Sum of RGB (Red+Green+Blue) = 86+172+249=507 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.96% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 249 - color contains mainly: blue. Hex color #56ACF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56ACF9 is #A95306. Grayscale: #9A9A9A. Windows color (decimal): -11096839 or 16362582. OLE color: 16362582.
HSL color Cylindrical-coordinate representation of color #56ACF9: hue angle of 208.34º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56ACF9 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 172 | 249 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.02 |
| HSL | 208.34º | 0.93% | 0.66% | - |
| HSV(B) | 208.34º | 0.65% | 0.98% | - |
| XYZ | 35.69 | 38.32 | 95.14 | - |
| YUV | 155.06 | 181.01 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 172 | 249 | 0.65 | 0.31 | 0 | 0.02 | 208.34 | 0.93 | 0.66 |
| Hex | 56 | AC | F9 | 41 | 1F | 0 | 2 | D0 | 5D | 42 |
| Octal | 126 | 254 | 371 | 101 | 37 | 0 | 2 | 320 | 135 | 102 |
| Binary | 1010110 | 10101100 | 11111001 | 1000001 | 11111 | 0 | 10 | 11010000 | 1011101 | 1000010 |
Color Harmonies of #56ACF9
Complementary color
Monochromatic Colors of #56ACF9
Black with #56ACF9
Text Example
Text Example
White with #56ACF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ACF9; }
p { color: rgb(86,172,249); }
H1.HeaderClassName
{
color: #56ACF9;
}
.AnyTagClassName
{
color: #56ACF9;
}
</style>
background-color css
<style>
a { background-color: #56ACF9; }
a { background-color: rgb(86,172,249); }
div.DivClassName
{
background-color: #56ACF9;
}
.BgClassName
{
background-color: #56ACF9;
}
</style>
border-color css
<style>
span { border-color: #56ACF9; }
span { border-color: rgb(86,172,249); }
td.TdClassName
{
border-color: #56ACF9;
}
.TagClassName
{
border-color: #56ACF9;
}
</style>