Shades of Malibu #55B1F1
Tints of Malibu #55B1F1
RGB
CMYK
RGB Variations
Color information
#55B1F1 (or 0x55B1F1) is known color: Malibu. HEX triplet: 55, B1 and F1. RGB value is (85,177,241). Sum of RGB (Red+Green+Blue) = 85+177+241=503 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.90% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #55B1F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55B1F1 is #AA4E0E. Grayscale: #9C9C9C. Windows color (decimal): -11161103 or 15839573. OLE color: 15839573.
HSL color Cylindrical-coordinate representation of color #55B1F1: hue angle of 204.62º 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 #55B1F1 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 177 | 241 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.05 |
| HSL | 204.62º | 0.85% | 0.64% | - |
| HSV(B) | 204.62º | 0.65% | 0.95% | - |
| XYZ | 35.35 | 39.73 | 89.02 | - |
| YUV | 156.79 | 175.52 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 177 | 241 | 0.65 | 0.27 | 0 | 0.05 | 204.62 | 0.85 | 0.64 |
| Hex | 55 | B1 | F1 | 41 | 1B | 0 | 5 | CD | 55 | 40 |
| Octal | 125 | 261 | 361 | 101 | 33 | 0 | 5 | 315 | 125 | 100 |
| Binary | 1010101 | 10110001 | 11110001 | 1000001 | 11011 | 0 | 101 | 11001101 | 1010101 | 1000000 |
Color Harmonies of #55B1F1
Complementary color
Monochromatic Colors of #55B1F1
Black with #55B1F1
Text Example
Text Example
White with #55B1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B1F1; }
p { color: rgb(85,177,241); }
H1.HeaderClassName
{
color: #55B1F1;
}
.AnyTagClassName
{
color: #55B1F1;
}
</style>
background-color css
<style>
a { background-color: #55B1F1; }
a { background-color: rgb(85,177,241); }
div.DivClassName
{
background-color: #55B1F1;
}
.BgClassName
{
background-color: #55B1F1;
}
</style>
border-color css
<style>
span { border-color: #55B1F1; }
span { border-color: rgb(85,177,241); }
td.TdClassName
{
border-color: #55B1F1;
}
.TagClassName
{
border-color: #55B1F1;
}
</style>