Shades of Malibu #56BCF6
Tints of Malibu #56BCF6
RGB
CMYK
RGB Variations
Color information
#56BCF6 (or 0x56BCF6) is known color: Malibu. HEX triplet: 56, BC and F6. RGB value is (86,188,246). Sum of RGB (Red+Green+Blue) = 86+188+246=520 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.54% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #56BCF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BCF6 is #A94309. Grayscale: #A3A3A3. Windows color (decimal): -11092746 or 16170070. OLE color: 16170070.
HSL color Cylindrical-coordinate representation of color #56BCF6: hue angle of 201.75º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56BCF6 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 86 | 188 | 246 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.04 |
| HSL | 201.75º | 0.9% | 0.65% | - |
| HSV(B) | 201.75º | 0.65% | 0.96% | - |
| XYZ | 38.46 | 44.6 | 93.77 | - |
| YUV | 164.11 | 174.21 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 246 | 0.65 | 0.24 | 0 | 0.04 | 201.75 | 0.9 | 0.65 |
| Hex | 56 | BC | F6 | 41 | 18 | 0 | 4 | CA | 5A | 41 |
| Octal | 126 | 274 | 366 | 101 | 30 | 0 | 4 | 312 | 132 | 101 |
| Binary | 1010110 | 10111100 | 11110110 | 1000001 | 11000 | 0 | 100 | 11001010 | 1011010 | 1000001 |
Color Harmonies of #56BCF6
Complementary color
Monochromatic Colors of #56BCF6
Black with #56BCF6
Text Example
Text Example
White with #56BCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BCF6; }
p { color: rgb(86,188,246); }
H1.HeaderClassName
{
color: #56BCF6;
}
.AnyTagClassName
{
color: #56BCF6;
}
</style>
background-color css
<style>
a { background-color: #56BCF6; }
a { background-color: rgb(86,188,246); }
div.DivClassName
{
background-color: #56BCF6;
}
.BgClassName
{
background-color: #56BCF6;
}
</style>
border-color css
<style>
span { border-color: #56BCF6; }
span { border-color: rgb(86,188,246); }
td.TdClassName
{
border-color: #56BCF6;
}
.TagClassName
{
border-color: #56BCF6;
}
</style>