Shades of Malibu #55B0EF
Tints of Malibu #55B0EF
RGB
CMYK
RGB Variations
Color information
#55B0EF (or 0x55B0EF) is known color: Malibu. HEX triplet: 55, B0 and EF. RGB value is (85,176,239). Sum of RGB (Red+Green+Blue) = 85+176+239=500 (66% of max value = 765). Red value is 85 (33.59% from 255 or 17% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #55B0EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55B0EF is #AA4F10. Grayscale: #9B9B9B. Windows color (decimal): -11161361 or 15708245. OLE color: 15708245.
HSL color Cylindrical-coordinate representation of color #55B0EF: hue angle of 204.55º 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 #55B0EF is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 176 | 239 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.06 |
| HSL | 204.55º | 0.83% | 0.64% | - |
| HSV(B) | 204.55º | 0.64% | 0.94% | - |
| XYZ | 34.85 | 39.21 | 87.39 | - |
| YUV | 155.97 | 174.85 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 176 | 239 | 0.64 | 0.26 | 0 | 0.06 | 204.55 | 0.83 | 0.64 |
| Hex | 55 | B0 | EF | 40 | 1A | 0 | 6 | CD | 53 | 40 |
| Octal | 125 | 260 | 357 | 100 | 32 | 0 | 6 | 315 | 123 | 100 |
| Binary | 1010101 | 10110000 | 11101111 | 1000000 | 11010 | 0 | 110 | 11001101 | 1010011 | 1000000 |
Color Harmonies of #55B0EF
Complementary color
Monochromatic Colors of #55B0EF
Black with #55B0EF
Text Example
Text Example
White with #55B0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B0EF; }
p { color: rgb(85,176,239); }
H1.HeaderClassName
{
color: #55B0EF;
}
.AnyTagClassName
{
color: #55B0EF;
}
</style>
background-color css
<style>
a { background-color: #55B0EF; }
a { background-color: rgb(85,176,239); }
div.DivClassName
{
background-color: #55B0EF;
}
.BgClassName
{
background-color: #55B0EF;
}
</style>
border-color css
<style>
span { border-color: #55B0EF; }
span { border-color: rgb(85,176,239); }
td.TdClassName
{
border-color: #55B0EF;
}
.TagClassName
{
border-color: #55B0EF;
}
</style>