Shades of Malibu #56AFDC
Tints of Malibu #56AFDC
RGB
CMYK
RGB Variations
Color information
#56AFDC (or 0x56AFDC) is known color: Malibu. HEX triplet: 56, AF and DC. RGB value is (86,175,220). Sum of RGB (Red+Green+Blue) = 86+175+220=481 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.88% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #56AFDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56AFDC is #A95023. Grayscale: #999999. Windows color (decimal): -11096100 or 14462806. OLE color: 14462806.
HSL color Cylindrical-coordinate representation of color #56AFDC: hue angle of 200.15º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56AFDC is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 175 | 220 | - |
| CMYK | 0.61 | 0.20 | 0 | 0.14 |
| HSL | 200.15º | 0.66% | 0.6% | - |
| HSV(B) | 200.15º | 0.61% | 0.86% | - |
| XYZ | 32.09 | 37.81 | 73.32 | - |
| YUV | 153.52 | 165.51 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 175 | 220 | 0.61 | 0.20 | 0 | 0.14 | 200.15 | 0.66 | 0.6 |
| Hex | 56 | AF | DC | 3D | 14 | 0 | E | C8 | 42 | 3C |
| Octal | 126 | 257 | 334 | 75 | 24 | 0 | 16 | 310 | 102 | 74 |
| Binary | 1010110 | 10101111 | 11011100 | 111101 | 10100 | 0 | 1110 | 11001000 | 1000010 | 111100 |
Color Harmonies of #56AFDC
Complementary color
Monochromatic Colors of #56AFDC
Black with #56AFDC
Text Example
Text Example
White with #56AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AFDC; }
p { color: rgb(86,175,220); }
H1.HeaderClassName
{
color: #56AFDC;
}
.AnyTagClassName
{
color: #56AFDC;
}
</style>
background-color css
<style>
a { background-color: #56AFDC; }
a { background-color: rgb(86,175,220); }
div.DivClassName
{
background-color: #56AFDC;
}
.BgClassName
{
background-color: #56AFDC;
}
</style>
border-color css
<style>
span { border-color: #56AFDC; }
span { border-color: rgb(86,175,220); }
td.TdClassName
{
border-color: #56AFDC;
}
.TagClassName
{
border-color: #56AFDC;
}
</style>