Shades of Malibu #55BFF0
Tints of Malibu #55BFF0
RGB
CMYK
RGB Variations
Color information
#55BFF0 (or 0x55BFF0) is known color: Malibu. HEX triplet: 55, BF and F0. RGB value is (85,191,240). Sum of RGB (Red+Green+Blue) = 85+191+240=516 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.47% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 240 (94.14% from 255 or 46.51% from 516); Max value from RGB is 240 - color contains mainly: blue. Hex color #55BFF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BFF0 is #AA400F. Grayscale: #A4A4A4. Windows color (decimal): -11157520 or 15777621. OLE color: 15777621.
HSL color Cylindrical-coordinate representation of color #55BFF0: hue angle of 198.97º 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 #55BFF0 is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 191 | 240 | - |
| CMYK | 0.65 | 0.20 | 0 | 0.06 |
| HSL | 198.97º | 0.84% | 0.64% | - |
| HSV(B) | 198.97º | 0.65% | 0.94% | - |
| XYZ | 38.11 | 45.48 | 89.21 | - |
| YUV | 164.89 | 170.38 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 191 | 240 | 0.65 | 0.20 | 0 | 0.06 | 198.97 | 0.84 | 0.64 |
| Hex | 55 | BF | F0 | 41 | 14 | 0 | 6 | C7 | 54 | 40 |
| Octal | 125 | 277 | 360 | 101 | 24 | 0 | 6 | 307 | 124 | 100 |
| Binary | 1010101 | 10111111 | 11110000 | 1000001 | 10100 | 0 | 110 | 11000111 | 1010100 | 1000000 |
Color Harmonies of #55BFF0
Complementary color
Monochromatic Colors of #55BFF0
Black with #55BFF0
Text Example
Text Example
White with #55BFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BFF0; }
p { color: rgb(85,191,240); }
H1.HeaderClassName
{
color: #55BFF0;
}
.AnyTagClassName
{
color: #55BFF0;
}
</style>
background-color css
<style>
a { background-color: #55BFF0; }
a { background-color: rgb(85,191,240); }
div.DivClassName
{
background-color: #55BFF0;
}
.BgClassName
{
background-color: #55BFF0;
}
</style>
border-color css
<style>
span { border-color: #55BFF0; }
span { border-color: rgb(85,191,240); }
td.TdClassName
{
border-color: #55BFF0;
}
.TagClassName
{
border-color: #55BFF0;
}
</style>