Shades of Malibu #56B0DF
Tints of Malibu #56B0DF
RGB
CMYK
RGB Variations
Color information
#56B0DF (or 0x56B0DF) is known color: Malibu. HEX triplet: 56, B0 and DF. RGB value is (86,176,223). Sum of RGB (Red+Green+Blue) = 86+176+223=485 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.73% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #56B0DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56B0DF is #A94F20. Grayscale: #9A9A9A. Windows color (decimal): -11095841 or 14659670. OLE color: 14659670.
HSL color Cylindrical-coordinate representation of color #56B0DF: hue angle of 200.58º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56B0DF is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 176 | 223 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.13 |
| HSL | 200.58º | 0.68% | 0.61% | - |
| HSV(B) | 200.58º | 0.61% | 0.87% | - |
| XYZ | 32.68 | 38.36 | 75.49 | - |
| YUV | 154.45 | 166.68 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 176 | 223 | 0.61 | 0.21 | 0 | 0.13 | 200.58 | 0.68 | 0.61 |
| Hex | 56 | B0 | DF | 3D | 15 | 0 | D | C9 | 44 | 3D |
| Octal | 126 | 260 | 337 | 75 | 25 | 0 | 15 | 311 | 104 | 75 |
| Binary | 1010110 | 10110000 | 11011111 | 111101 | 10101 | 0 | 1101 | 11001001 | 1000100 | 111101 |
Color Harmonies of #56B0DF
Complementary color
Monochromatic Colors of #56B0DF
Black with #56B0DF
Text Example
Text Example
White with #56B0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B0DF; }
p { color: rgb(86,176,223); }
H1.HeaderClassName
{
color: #56B0DF;
}
.AnyTagClassName
{
color: #56B0DF;
}
</style>
background-color css
<style>
a { background-color: #56B0DF; }
a { background-color: rgb(86,176,223); }
div.DivClassName
{
background-color: #56B0DF;
}
.BgClassName
{
background-color: #56B0DF;
}
</style>
border-color css
<style>
span { border-color: #56B0DF; }
span { border-color: rgb(86,176,223); }
td.TdClassName
{
border-color: #56B0DF;
}
.TagClassName
{
border-color: #56B0DF;
}
</style>