Shades of Malibu #56BDF9
Tints of Malibu #56BDF9
RGB
CMYK
RGB Variations
Color information
#56BDF9 (or 0x56BDF9) is known color: Malibu. HEX triplet: 56, BD and F9. RGB value is (86,189,249). Sum of RGB (Red+Green+Blue) = 86+189+249=524 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.41% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 249 (97.66% from 255 or 47.52% from 524); Max value from RGB is 249 - color contains mainly: blue. Hex color #56BDF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BDF9 is #A94206. Grayscale: #A4A4A4. Windows color (decimal): -11092487 or 16366934. OLE color: 16366934.
HSL color Cylindrical-coordinate representation of color #56BDF9: hue angle of 202.09º 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 #56BDF9 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 189 | 249 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.02 |
| HSL | 202.09º | 0.93% | 0.66% | - |
| HSV(B) | 202.09º | 0.65% | 0.98% | - |
| XYZ | 39.13 | 45.21 | 96.29 | - |
| YUV | 165.04 | 175.38 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 189 | 249 | 0.65 | 0.24 | 0 | 0.02 | 202.09 | 0.93 | 0.66 |
| Hex | 56 | BD | F9 | 41 | 18 | 0 | 2 | CA | 5D | 42 |
| Octal | 126 | 275 | 371 | 101 | 30 | 0 | 2 | 312 | 135 | 102 |
| Binary | 1010110 | 10111101 | 11111001 | 1000001 | 11000 | 0 | 10 | 11001010 | 1011101 | 1000010 |
Color Harmonies of #56BDF9
Complementary color
Monochromatic Colors of #56BDF9
Black with #56BDF9
Text Example
Text Example
White with #56BDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BDF9; }
p { color: rgb(86,189,249); }
H1.HeaderClassName
{
color: #56BDF9;
}
.AnyTagClassName
{
color: #56BDF9;
}
</style>
background-color css
<style>
a { background-color: #56BDF9; }
a { background-color: rgb(86,189,249); }
div.DivClassName
{
background-color: #56BDF9;
}
.BgClassName
{
background-color: #56BDF9;
}
</style>
border-color css
<style>
span { border-color: #56BDF9; }
span { border-color: rgb(86,189,249); }
td.TdClassName
{
border-color: #56BDF9;
}
.TagClassName
{
border-color: #56BDF9;
}
</style>