Shades of Malibu #55BDF1
Tints of Malibu #55BDF1
RGB
CMYK
RGB Variations
Color information
#55BDF1 (or 0x55BDF1) is known color: Malibu. HEX triplet: 55, BD and F1. RGB value is (85,189,241). Sum of RGB (Red+Green+Blue) = 85+189+241=515 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.50% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #55BDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BDF1 is #AA420E. Grayscale: #A3A3A3. Windows color (decimal): -11158031 or 15842645. OLE color: 15842645.
HSL color Cylindrical-coordinate representation of color #55BDF1: hue angle of 200º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55BDF1 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 189 | 241 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.05 |
| HSL | 200º | 0.85% | 0.64% | - |
| HSV(B) | 200º | 0.65% | 0.95% | - |
| XYZ | 37.82 | 44.68 | 89.85 | - |
| YUV | 163.83 | 171.54 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 189 | 241 | 0.65 | 0.22 | 0 | 0.05 | 200 | 0.85 | 0.64 |
| Hex | 55 | BD | F1 | 41 | 16 | 0 | 5 | C8 | 55 | 40 |
| Octal | 125 | 275 | 361 | 101 | 26 | 0 | 5 | 310 | 125 | 100 |
| Binary | 1010101 | 10111101 | 11110001 | 1000001 | 10110 | 0 | 101 | 11001000 | 1010101 | 1000000 |
Color Harmonies of #55BDF1
Complementary color
Monochromatic Colors of #55BDF1
Black with #55BDF1
Text Example
Text Example
White with #55BDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BDF1; }
p { color: rgb(85,189,241); }
H1.HeaderClassName
{
color: #55BDF1;
}
.AnyTagClassName
{
color: #55BDF1;
}
</style>
background-color css
<style>
a { background-color: #55BDF1; }
a { background-color: rgb(85,189,241); }
div.DivClassName
{
background-color: #55BDF1;
}
.BgClassName
{
background-color: #55BDF1;
}
</style>
border-color css
<style>
span { border-color: #55BDF1; }
span { border-color: rgb(85,189,241); }
td.TdClassName
{
border-color: #55BDF1;
}
.TagClassName
{
border-color: #55BDF1;
}
</style>