Shades of Malibu #55BBDF
Tints of Malibu #55BBDF
RGB
CMYK
RGB Variations
Color information
#55BBDF (or 0x55BBDF) is known color: Malibu. HEX triplet: 55, BB and DF. RGB value is (85,187,223). Sum of RGB (Red+Green+Blue) = 85+187+223=495 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.17% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #55BBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BBDF is #AA4420. Grayscale: #A0A0A0. Windows color (decimal): -11158561 or 14662485. OLE color: 14662485.
HSL color Cylindrical-coordinate representation of color #55BBDF: hue angle of 195.65º 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 #55BBDF is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 187 | 223 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.13 |
| HSL | 195.65º | 0.68% | 0.6% | - |
| HSV(B) | 195.65º | 0.62% | 0.87% | - |
| XYZ | 34.84 | 42.8 | 76.24 | - |
| YUV | 160.61 | 163.21 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 187 | 223 | 0.62 | 0.16 | 0 | 0.13 | 195.65 | 0.68 | 0.6 |
| Hex | 55 | BB | DF | 3E | 10 | 0 | D | C4 | 44 | 3C |
| Octal | 125 | 273 | 337 | 76 | 20 | 0 | 15 | 304 | 104 | 74 |
| Binary | 1010101 | 10111011 | 11011111 | 111110 | 10000 | 0 | 1101 | 11000100 | 1000100 | 111100 |
Color Harmonies of #55BBDF
Complementary color
Monochromatic Colors of #55BBDF
Black with #55BBDF
Text Example
Text Example
White with #55BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BBDF; }
p { color: rgb(85,187,223); }
H1.HeaderClassName
{
color: #55BBDF;
}
.AnyTagClassName
{
color: #55BBDF;
}
</style>
background-color css
<style>
a { background-color: #55BBDF; }
a { background-color: rgb(85,187,223); }
div.DivClassName
{
background-color: #55BBDF;
}
.BgClassName
{
background-color: #55BBDF;
}
</style>
border-color css
<style>
span { border-color: #55BBDF; }
span { border-color: rgb(85,187,223); }
td.TdClassName
{
border-color: #55BBDF;
}
.TagClassName
{
border-color: #55BBDF;
}
</style>