Shades of Malibu #56ACF3
Tints of Malibu #56ACF3
RGB
CMYK
RGB Variations
Color information
#56ACF3 (or 0x56ACF3) is known color: Malibu. HEX triplet: 56, AC and F3. RGB value is (86,172,243). Sum of RGB (Red+Green+Blue) = 86+172+243=501 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.17% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 243 (95.31% from 255 or 48.50% from 501); Max value from RGB is 243 - color contains mainly: blue. Hex color #56ACF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56ACF3 is #A9530C. Grayscale: #9A9A9A. Windows color (decimal): -11096845 or 15969366. OLE color: 15969366.
HSL color Cylindrical-coordinate representation of color #56ACF3: hue angle of 207.13º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56ACF3 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 172 | 243 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.05 |
| HSL | 207.13º | 0.87% | 0.65% | - |
| HSV(B) | 207.13º | 0.65% | 0.95% | - |
| XYZ | 34.77 | 37.95 | 90.29 | - |
| YUV | 154.38 | 178.01 | 79.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 172 | 243 | 0.65 | 0.29 | 0 | 0.05 | 207.13 | 0.87 | 0.65 |
| Hex | 56 | AC | F3 | 41 | 1D | 0 | 5 | CF | 57 | 41 |
| Octal | 126 | 254 | 363 | 101 | 35 | 0 | 5 | 317 | 127 | 101 |
| Binary | 1010110 | 10101100 | 11110011 | 1000001 | 11101 | 0 | 101 | 11001111 | 1010111 | 1000001 |
Color Harmonies of #56ACF3
Complementary color
Monochromatic Colors of #56ACF3
Black with #56ACF3
Text Example
Text Example
White with #56ACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ACF3; }
p { color: rgb(86,172,243); }
H1.HeaderClassName
{
color: #56ACF3;
}
.AnyTagClassName
{
color: #56ACF3;
}
</style>
background-color css
<style>
a { background-color: #56ACF3; }
a { background-color: rgb(86,172,243); }
div.DivClassName
{
background-color: #56ACF3;
}
.BgClassName
{
background-color: #56ACF3;
}
</style>
border-color css
<style>
span { border-color: #56ACF3; }
span { border-color: rgb(86,172,243); }
td.TdClassName
{
border-color: #56ACF3;
}
.TagClassName
{
border-color: #56ACF3;
}
</style>