Shades of Malibu #56BAF2
Tints of Malibu #56BAF2
RGB
CMYK
RGB Variations
Color information
#56BAF2 (or 0x56BAF2) is known color: Malibu. HEX triplet: 56, BA and F2. RGB value is (86,186,242). Sum of RGB (Red+Green+Blue) = 86+186+242=514 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.73% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 242 (94.92% from 255 or 47.08% from 514); Max value from RGB is 242 - color contains mainly: blue. Hex color #56BAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BAF2 is #A9450D. Grayscale: #A2A2A2. Windows color (decimal): -11093262 or 15907414. OLE color: 15907414.
HSL color Cylindrical-coordinate representation of color #56BAF2: hue angle of 201.54º 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 #56BAF2 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 186 | 242 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.05 |
| HSL | 201.54º | 0.86% | 0.64% | - |
| HSV(B) | 201.54º | 0.64% | 0.95% | - |
| XYZ | 37.42 | 43.51 | 90.43 | - |
| YUV | 162.48 | 172.87 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 186 | 242 | 0.64 | 0.23 | 0 | 0.05 | 201.54 | 0.86 | 0.64 |
| Hex | 56 | BA | F2 | 40 | 17 | 0 | 5 | CA | 56 | 40 |
| Octal | 126 | 272 | 362 | 100 | 27 | 0 | 5 | 312 | 126 | 100 |
| Binary | 1010110 | 10111010 | 11110010 | 1000000 | 10111 | 0 | 101 | 11001010 | 1010110 | 1000000 |
Color Harmonies of #56BAF2
Complementary color
Monochromatic Colors of #56BAF2
Black with #56BAF2
Text Example
Text Example
White with #56BAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BAF2; }
p { color: rgb(86,186,242); }
H1.HeaderClassName
{
color: #56BAF2;
}
.AnyTagClassName
{
color: #56BAF2;
}
</style>
background-color css
<style>
a { background-color: #56BAF2; }
a { background-color: rgb(86,186,242); }
div.DivClassName
{
background-color: #56BAF2;
}
.BgClassName
{
background-color: #56BAF2;
}
</style>
border-color css
<style>
span { border-color: #56BAF2; }
span { border-color: rgb(86,186,242); }
td.TdClassName
{
border-color: #56BAF2;
}
.TagClassName
{
border-color: #56BAF2;
}
</style>