Shades of Malibu #56B0F2
Tints of Malibu #56B0F2
RGB
CMYK
RGB Variations
Color information
#56B0F2 (or 0x56B0F2) is known color: Malibu. HEX triplet: 56, B0 and F2. RGB value is (86,176,242). Sum of RGB (Red+Green+Blue) = 86+176+242=504 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.06% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 242 (94.92% from 255 or 48.02% from 504); Max value from RGB is 242 - color contains mainly: blue. Hex color #56B0F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56B0F2 is #A94F0D. Grayscale: #9C9C9C. Windows color (decimal): -11095822 or 15904854. OLE color: 15904854.
HSL color Cylindrical-coordinate representation of color #56B0F2: hue angle of 205.38º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56B0F2 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 176 | 242 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.05 |
| HSL | 205.38º | 0.86% | 0.64% | - |
| HSV(B) | 205.38º | 0.64% | 0.95% | - |
| XYZ | 35.39 | 39.44 | 89.75 | - |
| YUV | 156.61 | 176.18 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 176 | 242 | 0.64 | 0.27 | 0 | 0.05 | 205.38 | 0.86 | 0.64 |
| Hex | 56 | B0 | F2 | 40 | 1B | 0 | 5 | CD | 56 | 40 |
| Octal | 126 | 260 | 362 | 100 | 33 | 0 | 5 | 315 | 126 | 100 |
| Binary | 1010110 | 10110000 | 11110010 | 1000000 | 11011 | 0 | 101 | 11001101 | 1010110 | 1000000 |
Color Harmonies of #56B0F2
Complementary color
Monochromatic Colors of #56B0F2
Black with #56B0F2
Text Example
Text Example
White with #56B0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B0F2; }
p { color: rgb(86,176,242); }
H1.HeaderClassName
{
color: #56B0F2;
}
.AnyTagClassName
{
color: #56B0F2;
}
</style>
background-color css
<style>
a { background-color: #56B0F2; }
a { background-color: rgb(86,176,242); }
div.DivClassName
{
background-color: #56B0F2;
}
.BgClassName
{
background-color: #56B0F2;
}
</style>
border-color css
<style>
span { border-color: #56B0F2; }
span { border-color: rgb(86,176,242); }
td.TdClassName
{
border-color: #56B0F2;
}
.TagClassName
{
border-color: #56B0F2;
}
</style>