Shades of Malibu #56BCDF
Tints of Malibu #56BCDF
RGB
CMYK
RGB Variations
Color information
#56BCDF (or 0x56BCDF) is known color: Malibu. HEX triplet: 56, BC and DF. RGB value is (86,188,223). Sum of RGB (Red+Green+Blue) = 86+188+223=497 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.30% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #56BCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BCDF is #A94320. Grayscale: #A1A1A1. Windows color (decimal): -11092769 or 14662742. OLE color: 14662742.
HSL color Cylindrical-coordinate representation of color #56BCDF: hue angle of 195.33º 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 #56BCDF is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 188 | 223 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.13 |
| HSL | 195.33º | 0.68% | 0.61% | - |
| HSV(B) | 195.33º | 0.61% | 0.87% | - |
| XYZ | 35.14 | 43.27 | 76.31 | - |
| YUV | 161.49 | 162.71 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 223 | 0.61 | 0.16 | 0 | 0.13 | 195.33 | 0.68 | 0.61 |
| Hex | 56 | BC | DF | 3D | 10 | 0 | D | C3 | 44 | 3D |
| Octal | 126 | 274 | 337 | 75 | 20 | 0 | 15 | 303 | 104 | 75 |
| Binary | 1010110 | 10111100 | 11011111 | 111101 | 10000 | 0 | 1101 | 11000011 | 1000100 | 111101 |
Color Harmonies of #56BCDF
Complementary color
Monochromatic Colors of #56BCDF
Black with #56BCDF
Text Example
Text Example
White with #56BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BCDF; }
p { color: rgb(86,188,223); }
H1.HeaderClassName
{
color: #56BCDF;
}
.AnyTagClassName
{
color: #56BCDF;
}
</style>
background-color css
<style>
a { background-color: #56BCDF; }
a { background-color: rgb(86,188,223); }
div.DivClassName
{
background-color: #56BCDF;
}
.BgClassName
{
background-color: #56BCDF;
}
</style>
border-color css
<style>
span { border-color: #56BCDF; }
span { border-color: rgb(86,188,223); }
td.TdClassName
{
border-color: #56BCDF;
}
.TagClassName
{
border-color: #56BCDF;
}
</style>