Shades of Malibu #56BBF7
Tints of Malibu #56BBF7
RGB
CMYK
RGB Variations
Color information
#56BBF7 (or 0x56BBF7) is known color: Malibu. HEX triplet: 56, BB and F7. RGB value is (86,187,247). Sum of RGB (Red+Green+Blue) = 86+187+247=520 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.54% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 247 (96.88% from 255 or 47.5% from 520); Max value from RGB is 247 - color contains mainly: blue. Hex color #56BBF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BBF7 is #A94408. Grayscale: #A3A3A3. Windows color (decimal): -11093001 or 16235350. OLE color: 16235350.
HSL color Cylindrical-coordinate representation of color #56BBF7: hue angle of 202.36º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56BBF7 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 86 | 187 | 247 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.03 |
| HSL | 202.36º | 0.91% | 0.65% | - |
| HSV(B) | 202.36º | 0.65% | 0.97% | - |
| XYZ | 38.4 | 44.23 | 94.51 | - |
| YUV | 163.64 | 175.04 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 187 | 247 | 0.65 | 0.24 | 0 | 0.03 | 202.36 | 0.91 | 0.65 |
| Hex | 56 | BB | F7 | 41 | 18 | 0 | 3 | CA | 5B | 41 |
| Octal | 126 | 273 | 367 | 101 | 30 | 0 | 3 | 312 | 133 | 101 |
| Binary | 1010110 | 10111011 | 11110111 | 1000001 | 11000 | 0 | 11 | 11001010 | 1011011 | 1000001 |
Color Harmonies of #56BBF7
Complementary color
Monochromatic Colors of #56BBF7
Black with #56BBF7
Text Example
Text Example
White with #56BBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BBF7; }
p { color: rgb(86,187,247); }
H1.HeaderClassName
{
color: #56BBF7;
}
.AnyTagClassName
{
color: #56BBF7;
}
</style>
background-color css
<style>
a { background-color: #56BBF7; }
a { background-color: rgb(86,187,247); }
div.DivClassName
{
background-color: #56BBF7;
}
.BgClassName
{
background-color: #56BBF7;
}
</style>
border-color css
<style>
span { border-color: #56BBF7; }
span { border-color: rgb(86,187,247); }
td.TdClassName
{
border-color: #56BBF7;
}
.TagClassName
{
border-color: #56BBF7;
}
</style>