Shades of Malibu #55ABF1
Tints of Malibu #55ABF1
RGB
CMYK
RGB Variations
Color information
#55ABF1 (or 0x55ABF1) is known color: Malibu. HEX triplet: 55, AB and F1. RGB value is (85,171,241). Sum of RGB (Red+Green+Blue) = 85+171+241=497 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.10% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #55ABF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55ABF1 is #AA540E. Grayscale: #989898. Windows color (decimal): -11162639 or 15838037. OLE color: 15838037.
HSL color Cylindrical-coordinate representation of color #55ABF1: hue angle of 206.92º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55ABF1 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 171 | 241 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.05 |
| HSL | 206.92º | 0.85% | 0.64% | - |
| HSV(B) | 206.92º | 0.65% | 0.95% | - |
| XYZ | 34.19 | 37.41 | 88.64 | - |
| YUV | 153.27 | 177.51 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 171 | 241 | 0.65 | 0.29 | 0 | 0.05 | 206.92 | 0.85 | 0.64 |
| Hex | 55 | AB | F1 | 41 | 1D | 0 | 5 | CF | 55 | 40 |
| Octal | 125 | 253 | 361 | 101 | 35 | 0 | 5 | 317 | 125 | 100 |
| Binary | 1010101 | 10101011 | 11110001 | 1000001 | 11101 | 0 | 101 | 11001111 | 1010101 | 1000000 |
Color Harmonies of #55ABF1
Complementary color
Monochromatic Colors of #55ABF1
Black with #55ABF1
Text Example
Text Example
White with #55ABF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ABF1; }
p { color: rgb(85,171,241); }
H1.HeaderClassName
{
color: #55ABF1;
}
.AnyTagClassName
{
color: #55ABF1;
}
</style>
background-color css
<style>
a { background-color: #55ABF1; }
a { background-color: rgb(85,171,241); }
div.DivClassName
{
background-color: #55ABF1;
}
.BgClassName
{
background-color: #55ABF1;
}
</style>
border-color css
<style>
span { border-color: #55ABF1; }
span { border-color: rgb(85,171,241); }
td.TdClassName
{
border-color: #55ABF1;
}
.TagClassName
{
border-color: #55ABF1;
}
</style>