Shades of Malibu #55B9E5
Tints of Malibu #55B9E5
RGB
CMYK
RGB Variations
Color information
#55B9E5 (or 0x55B9E5) is known color: Malibu. HEX triplet: 55, B9 and E5. RGB value is (85,185,229). Sum of RGB (Red+Green+Blue) = 85+185+229=499 (66% of max value = 765). Red value is 85 (33.59% from 255 or 17.03% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 229 - color contains mainly: blue. Hex color #55B9E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B9E5 is #AA461A. Grayscale: #9F9F9F. Windows color (decimal): -11159067 or 15055189. OLE color: 15055189.
HSL color Cylindrical-coordinate representation of color #55B9E5: hue angle of 198.33º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55B9E5 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 85 | 185 | 229 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.10 |
| HSL | 198.33º | 0.73% | 0.62% | - |
| HSV(B) | 198.33º | 0.63% | 0.9% | - |
| XYZ | 35.24 | 42.29 | 80.43 | - |
| YUV | 160.12 | 166.87 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 185 | 229 | 0.63 | 0.19 | 0 | 0.10 | 198.33 | 0.73 | 0.62 |
| Hex | 55 | B9 | E5 | 3F | 13 | 0 | A | C6 | 49 | 3E |
| Octal | 125 | 271 | 345 | 77 | 23 | 0 | 12 | 306 | 111 | 76 |
| Binary | 1010101 | 10111001 | 11100101 | 111111 | 10011 | 0 | 1010 | 11000110 | 1001001 | 111110 |
Color Harmonies of #55B9E5
Complementary color
Monochromatic Colors of #55B9E5
Black with #55B9E5
Text Example
Text Example
White with #55B9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B9E5; }
p { color: rgb(85,185,229); }
H1.HeaderClassName
{
color: #55B9E5;
}
.AnyTagClassName
{
color: #55B9E5;
}
</style>
background-color css
<style>
a { background-color: #55B9E5; }
a { background-color: rgb(85,185,229); }
div.DivClassName
{
background-color: #55B9E5;
}
.BgClassName
{
background-color: #55B9E5;
}
</style>
border-color css
<style>
span { border-color: #55B9E5; }
span { border-color: rgb(85,185,229); }
td.TdClassName
{
border-color: #55B9E5;
}
.TagClassName
{
border-color: #55B9E5;
}
</style>