Shades of Malibu #55B0DF
Tints of Malibu #55B0DF
RGB
CMYK
RGB Variations
Color information
#55B0DF (or 0x55B0DF) is known color: Malibu. HEX triplet: 55, B0 and DF. RGB value is (85,176,223). Sum of RGB (Red+Green+Blue) = 85+176+223=484 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.56% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #55B0DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55B0DF is #AA4F20. Grayscale: #999999. Windows color (decimal): -11161377 or 14659669. OLE color: 14659669.
HSL color Cylindrical-coordinate representation of color #55B0DF: hue angle of 200.43º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55B0DF is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 176 | 223 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.13 |
| HSL | 200.43º | 0.68% | 0.6% | - |
| HSV(B) | 200.43º | 0.62% | 0.87% | - |
| XYZ | 32.59 | 38.31 | 75.49 | - |
| YUV | 154.15 | 166.85 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 176 | 223 | 0.62 | 0.21 | 0 | 0.13 | 200.43 | 0.68 | 0.6 |
| Hex | 55 | B0 | DF | 3E | 15 | 0 | D | C8 | 44 | 3C |
| Octal | 125 | 260 | 337 | 76 | 25 | 0 | 15 | 310 | 104 | 74 |
| Binary | 1010101 | 10110000 | 11011111 | 111110 | 10101 | 0 | 1101 | 11001000 | 1000100 | 111100 |
Color Harmonies of #55B0DF
Complementary color
Monochromatic Colors of #55B0DF
Black with #55B0DF
Text Example
Text Example
White with #55B0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B0DF; }
p { color: rgb(85,176,223); }
H1.HeaderClassName
{
color: #55B0DF;
}
.AnyTagClassName
{
color: #55B0DF;
}
</style>
background-color css
<style>
a { background-color: #55B0DF; }
a { background-color: rgb(85,176,223); }
div.DivClassName
{
background-color: #55B0DF;
}
.BgClassName
{
background-color: #55B0DF;
}
</style>
border-color css
<style>
span { border-color: #55B0DF; }
span { border-color: rgb(85,176,223); }
td.TdClassName
{
border-color: #55B0DF;
}
.TagClassName
{
border-color: #55B0DF;
}
</style>