Shades of Malibu #55BCDF
Tints of Malibu #55BCDF
RGB
CMYK
RGB Variations
Color information
#55BCDF (or 0x55BCDF) is known color: Malibu. HEX triplet: 55, BC and DF. RGB value is (85,188,223). Sum of RGB (Red+Green+Blue) = 85+188+223=496 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.14% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #55BCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BCDF is #AA4320. Grayscale: #A0A0A0. Windows color (decimal): -11158305 or 14662741. OLE color: 14662741.
HSL color Cylindrical-coordinate representation of color #55BCDF: hue angle of 195.22º 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 #55BCDF is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 188 | 223 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.13 |
| HSL | 195.22º | 0.68% | 0.6% | - |
| HSV(B) | 195.22º | 0.62% | 0.87% | - |
| XYZ | 35.05 | 43.23 | 76.31 | - |
| YUV | 161.19 | 162.88 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 223 | 0.62 | 0.16 | 0 | 0.13 | 195.22 | 0.68 | 0.6 |
| Hex | 55 | BC | DF | 3E | 10 | 0 | D | C3 | 44 | 3C |
| Octal | 125 | 274 | 337 | 76 | 20 | 0 | 15 | 303 | 104 | 74 |
| Binary | 1010101 | 10111100 | 11011111 | 111110 | 10000 | 0 | 1101 | 11000011 | 1000100 | 111100 |
Color Harmonies of #55BCDF
Complementary color
Monochromatic Colors of #55BCDF
Black with #55BCDF
Text Example
Text Example
White with #55BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BCDF; }
p { color: rgb(85,188,223); }
H1.HeaderClassName
{
color: #55BCDF;
}
.AnyTagClassName
{
color: #55BCDF;
}
</style>
background-color css
<style>
a { background-color: #55BCDF; }
a { background-color: rgb(85,188,223); }
div.DivClassName
{
background-color: #55BCDF;
}
.BgClassName
{
background-color: #55BCDF;
}
</style>
border-color css
<style>
span { border-color: #55BCDF; }
span { border-color: rgb(85,188,223); }
td.TdClassName
{
border-color: #55BCDF;
}
.TagClassName
{
border-color: #55BCDF;
}
</style>