Shades of Malibu #55ABEF
Tints of Malibu #55ABEF
RGB
CMYK
RGB Variations
Color information
#55ABEF (or 0x55ABEF) is known color: Malibu. HEX triplet: 55, AB and EF. RGB value is (85,171,239). Sum of RGB (Red+Green+Blue) = 85+171+239=495 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.17% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #55ABEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55ABEF is #AA5410. Grayscale: #989898. Windows color (decimal): -11162641 or 15706965. OLE color: 15706965.
HSL color Cylindrical-coordinate representation of color #55ABEF: hue angle of 206.49º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55ABEF is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 171 | 239 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.06 |
| HSL | 206.49º | 0.83% | 0.64% | - |
| HSV(B) | 206.49º | 0.64% | 0.94% | - |
| XYZ | 33.89 | 37.29 | 87.07 | - |
| YUV | 153.04 | 176.51 | 79.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 171 | 239 | 0.64 | 0.28 | 0 | 0.06 | 206.49 | 0.83 | 0.64 |
| Hex | 55 | AB | EF | 40 | 1C | 0 | 6 | CE | 53 | 40 |
| Octal | 125 | 253 | 357 | 100 | 34 | 0 | 6 | 316 | 123 | 100 |
| Binary | 1010101 | 10101011 | 11101111 | 1000000 | 11100 | 0 | 110 | 11001110 | 1010011 | 1000000 |
Color Harmonies of #55ABEF
Complementary color
Monochromatic Colors of #55ABEF
Black with #55ABEF
Text Example
Text Example
White with #55ABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ABEF; }
p { color: rgb(85,171,239); }
H1.HeaderClassName
{
color: #55ABEF;
}
.AnyTagClassName
{
color: #55ABEF;
}
</style>
background-color css
<style>
a { background-color: #55ABEF; }
a { background-color: rgb(85,171,239); }
div.DivClassName
{
background-color: #55ABEF;
}
.BgClassName
{
background-color: #55ABEF;
}
</style>
border-color css
<style>
span { border-color: #55ABEF; }
span { border-color: rgb(85,171,239); }
td.TdClassName
{
border-color: #55ABEF;
}
.TagClassName
{
border-color: #55ABEF;
}
</style>