Shades of Malibu #56BFDF
Tints of Malibu #56BFDF
RGB
CMYK
RGB Variations
Color information
#56BFDF (or 0x56BFDF) is known color: Malibu. HEX triplet: 56, BF and DF. RGB value is (86,191,223). Sum of RGB (Red+Green+Blue) = 86+191+223=500 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.2% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #56BFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BFDF is #A94020. Grayscale: #A3A3A3. Windows color (decimal): -11092001 or 14663510. OLE color: 14663510.
HSL color Cylindrical-coordinate representation of color #56BFDF: hue angle of 194.01º 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 #56BFDF is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 191 | 223 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.13 |
| HSL | 194.01º | 0.68% | 0.61% | - |
| HSV(B) | 194.01º | 0.61% | 0.87% | - |
| XYZ | 35.79 | 44.57 | 76.53 | - |
| YUV | 163.25 | 161.71 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 191 | 223 | 0.61 | 0.14 | 0 | 0.13 | 194.01 | 0.68 | 0.61 |
| Hex | 56 | BF | DF | 3D | E | 0 | D | C2 | 44 | 3D |
| Octal | 126 | 277 | 337 | 75 | 16 | 0 | 15 | 302 | 104 | 75 |
| Binary | 1010110 | 10111111 | 11011111 | 111101 | 1110 | 0 | 1101 | 11000010 | 1000100 | 111101 |
Color Harmonies of #56BFDF
Complementary color
Monochromatic Colors of #56BFDF
Black with #56BFDF
Text Example
Text Example
White with #56BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BFDF; }
p { color: rgb(86,191,223); }
H1.HeaderClassName
{
color: #56BFDF;
}
.AnyTagClassName
{
color: #56BFDF;
}
</style>
background-color css
<style>
a { background-color: #56BFDF; }
a { background-color: rgb(86,191,223); }
div.DivClassName
{
background-color: #56BFDF;
}
.BgClassName
{
background-color: #56BFDF;
}
</style>
border-color css
<style>
span { border-color: #56BFDF; }
span { border-color: rgb(86,191,223); }
td.TdClassName
{
border-color: #56BFDF;
}
.TagClassName
{
border-color: #56BFDF;
}
</style>