Shades of Malibu #55B7E9
Tints of Malibu #55B7E9
RGB
CMYK
RGB Variations
Color information
#55B7E9 (or 0x55B7E9) is known color: Malibu. HEX triplet: 55, B7 and E9. RGB value is (85,183,233). Sum of RGB (Red+Green+Blue) = 85+183+233=501 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.97% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 233 (91.41% from 255 or 46.51% from 501); Max value from RGB is 233 - color contains mainly: blue. Hex color #55B7E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55B7E9 is #AA4816. Grayscale: #9F9F9F. Windows color (decimal): -11159575 or 15316821. OLE color: 15316821.
HSL color Cylindrical-coordinate representation of color #55B7E9: hue angle of 200.27º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55B7E9 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 183 | 233 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.09 |
| HSL | 200.27º | 0.77% | 0.62% | - |
| HSV(B) | 200.27º | 0.64% | 0.91% | - |
| XYZ | 35.39 | 41.68 | 83.27 | - |
| YUV | 159.4 | 169.53 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 183 | 233 | 0.64 | 0.21 | 0 | 0.09 | 200.27 | 0.77 | 0.62 |
| Hex | 55 | B7 | E9 | 40 | 15 | 0 | 9 | C8 | 4D | 3E |
| Octal | 125 | 267 | 351 | 100 | 25 | 0 | 11 | 310 | 115 | 76 |
| Binary | 1010101 | 10110111 | 11101001 | 1000000 | 10101 | 0 | 1001 | 11001000 | 1001101 | 111110 |
Color Harmonies of #55B7E9
Complementary color
Monochromatic Colors of #55B7E9
Black with #55B7E9
Text Example
Text Example
White with #55B7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B7E9; }
p { color: rgb(85,183,233); }
H1.HeaderClassName
{
color: #55B7E9;
}
.AnyTagClassName
{
color: #55B7E9;
}
</style>
background-color css
<style>
a { background-color: #55B7E9; }
a { background-color: rgb(85,183,233); }
div.DivClassName
{
background-color: #55B7E9;
}
.BgClassName
{
background-color: #55B7E9;
}
</style>
border-color css
<style>
span { border-color: #55B7E9; }
span { border-color: rgb(85,183,233); }
td.TdClassName
{
border-color: #55B7E9;
}
.TagClassName
{
border-color: #55B7E9;
}
</style>