Shades of Malibu #55B1EF
Tints of Malibu #55B1EF
RGB
CMYK
RGB Variations
Color information
#55B1EF (or 0x55B1EF) is known color: Malibu. HEX triplet: 55, B1 and EF. RGB value is (85,177,239). Sum of RGB (Red+Green+Blue) = 85+177+239=501 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.97% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #55B1EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55B1EF is #AA4E10. Grayscale: #9C9C9C. Windows color (decimal): -11161105 or 15708501. OLE color: 15708501.
HSL color Cylindrical-coordinate representation of color #55B1EF: hue angle of 204.16º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55B1EF is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 177 | 239 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.06 |
| HSL | 204.16º | 0.83% | 0.64% | - |
| HSV(B) | 204.16º | 0.64% | 0.94% | - |
| XYZ | 35.05 | 39.61 | 87.46 | - |
| YUV | 156.56 | 174.52 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 177 | 239 | 0.64 | 0.26 | 0 | 0.06 | 204.16 | 0.83 | 0.64 |
| Hex | 55 | B1 | EF | 40 | 1A | 0 | 6 | CC | 53 | 40 |
| Octal | 125 | 261 | 357 | 100 | 32 | 0 | 6 | 314 | 123 | 100 |
| Binary | 1010101 | 10110001 | 11101111 | 1000000 | 11010 | 0 | 110 | 11001100 | 1010011 | 1000000 |
Color Harmonies of #55B1EF
Complementary color
Monochromatic Colors of #55B1EF
Black with #55B1EF
Text Example
Text Example
White with #55B1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B1EF; }
p { color: rgb(85,177,239); }
H1.HeaderClassName
{
color: #55B1EF;
}
.AnyTagClassName
{
color: #55B1EF;
}
</style>
background-color css
<style>
a { background-color: #55B1EF; }
a { background-color: rgb(85,177,239); }
div.DivClassName
{
background-color: #55B1EF;
}
.BgClassName
{
background-color: #55B1EF;
}
</style>
border-color css
<style>
span { border-color: #55B1EF; }
span { border-color: rgb(85,177,239); }
td.TdClassName
{
border-color: #55B1EF;
}
.TagClassName
{
border-color: #55B1EF;
}
</style>