Shades of Malibu #55BAF0
Tints of Malibu #55BAF0
RGB
CMYK
RGB Variations
Color information
#55BAF0 (or 0x55BAF0) is known color: Malibu. HEX triplet: 55, BA and F0. RGB value is (85,186,240). Sum of RGB (Red+Green+Blue) = 85+186+240=511 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.63% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 240 - color contains mainly: blue. Hex color #55BAF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BAF0 is #AA450F. Grayscale: #A1A1A1. Windows color (decimal): -11158800 or 15776341. OLE color: 15776341.
HSL color Cylindrical-coordinate representation of color #55BAF0: hue angle of 200.9º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55BAF0 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 186 | 240 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.06 |
| HSL | 200.9º | 0.84% | 0.64% | - |
| HSV(B) | 200.9º | 0.65% | 0.94% | - |
| XYZ | 37.03 | 43.34 | 88.85 | - |
| YUV | 161.96 | 172.04 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 240 | 0.65 | 0.22 | 0 | 0.06 | 200.9 | 0.84 | 0.64 |
| Hex | 55 | BA | F0 | 41 | 16 | 0 | 6 | C9 | 54 | 40 |
| Octal | 125 | 272 | 360 | 101 | 26 | 0 | 6 | 311 | 124 | 100 |
| Binary | 1010101 | 10111010 | 11110000 | 1000001 | 10110 | 0 | 110 | 11001001 | 1010100 | 1000000 |
Color Harmonies of #55BAF0
Complementary color
Monochromatic Colors of #55BAF0
Black with #55BAF0
Text Example
Text Example
White with #55BAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BAF0; }
p { color: rgb(85,186,240); }
H1.HeaderClassName
{
color: #55BAF0;
}
.AnyTagClassName
{
color: #55BAF0;
}
</style>
background-color css
<style>
a { background-color: #55BAF0; }
a { background-color: rgb(85,186,240); }
div.DivClassName
{
background-color: #55BAF0;
}
.BgClassName
{
background-color: #55BAF0;
}
</style>
border-color css
<style>
span { border-color: #55BAF0; }
span { border-color: rgb(85,186,240); }
td.TdClassName
{
border-color: #55BAF0;
}
.TagClassName
{
border-color: #55BAF0;
}
</style>