Shades of Malibu #56ACF1
Tints of Malibu #56ACF1
RGB
CMYK
RGB Variations
Color information
#56ACF1 (or 0x56ACF1) is known color: Malibu. HEX triplet: 56, AC and F1. RGB value is (86,172,241). Sum of RGB (Red+Green+Blue) = 86+172+241=499 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.23% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #56ACF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56ACF1 is #A9530E. Grayscale: #999999. Windows color (decimal): -11096847 or 15838294. OLE color: 15838294.
HSL color Cylindrical-coordinate representation of color #56ACF1: hue angle of 206.71º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56ACF1 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 172 | 241 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.05 |
| HSL | 206.71º | 0.85% | 0.64% | - |
| HSV(B) | 206.71º | 0.64% | 0.95% | - |
| XYZ | 34.47 | 37.83 | 88.71 | - |
| YUV | 154.15 | 177.01 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 172 | 241 | 0.64 | 0.29 | 0 | 0.05 | 206.71 | 0.85 | 0.64 |
| Hex | 56 | AC | F1 | 40 | 1D | 0 | 5 | CF | 55 | 40 |
| Octal | 126 | 254 | 361 | 100 | 35 | 0 | 5 | 317 | 125 | 100 |
| Binary | 1010110 | 10101100 | 11110001 | 1000000 | 11101 | 0 | 101 | 11001111 | 1010101 | 1000000 |
Color Harmonies of #56ACF1
Complementary color
Monochromatic Colors of #56ACF1
Black with #56ACF1
Text Example
Text Example
White with #56ACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ACF1; }
p { color: rgb(86,172,241); }
H1.HeaderClassName
{
color: #56ACF1;
}
.AnyTagClassName
{
color: #56ACF1;
}
</style>
background-color css
<style>
a { background-color: #56ACF1; }
a { background-color: rgb(86,172,241); }
div.DivClassName
{
background-color: #56ACF1;
}
.BgClassName
{
background-color: #56ACF1;
}
</style>
border-color css
<style>
span { border-color: #56ACF1; }
span { border-color: rgb(86,172,241); }
td.TdClassName
{
border-color: #56ACF1;
}
.TagClassName
{
border-color: #56ACF1;
}
</style>