Shades of Malibu #55BDE0
Tints of Malibu #55BDE0
RGB
CMYK
RGB Variations
Color information
#55BDE0 (or 0x55BDE0) is known color: Malibu. HEX triplet: 55, BD and E0. RGB value is (85,189,224). Sum of RGB (Red+Green+Blue) = 85+189+224=498 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.07% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #55BDE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BDE0 is #AA421F. Grayscale: #A1A1A1. Windows color (decimal): -11158048 or 14728533. OLE color: 14728533.
HSL color Cylindrical-coordinate representation of color #55BDE0: hue angle of 195.11º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55BDE0 is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 189 | 224 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.12 |
| HSL | 195.11º | 0.69% | 0.61% | - |
| HSV(B) | 195.11º | 0.62% | 0.88% | - |
| XYZ | 35.4 | 43.71 | 77.09 | - |
| YUV | 161.89 | 163.04 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 189 | 224 | 0.62 | 0.16 | 0 | 0.12 | 195.11 | 0.69 | 0.61 |
| Hex | 55 | BD | E0 | 3E | 10 | 0 | C | C3 | 45 | 3D |
| Octal | 125 | 275 | 340 | 76 | 20 | 0 | 14 | 303 | 105 | 75 |
| Binary | 1010101 | 10111101 | 11100000 | 111110 | 10000 | 0 | 1100 | 11000011 | 1000101 | 111101 |
Color Harmonies of #55BDE0
Complementary color
Monochromatic Colors of #55BDE0
Black with #55BDE0
Text Example
Text Example
White with #55BDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BDE0; }
p { color: rgb(85,189,224); }
H1.HeaderClassName
{
color: #55BDE0;
}
.AnyTagClassName
{
color: #55BDE0;
}
</style>
background-color css
<style>
a { background-color: #55BDE0; }
a { background-color: rgb(85,189,224); }
div.DivClassName
{
background-color: #55BDE0;
}
.BgClassName
{
background-color: #55BDE0;
}
</style>
border-color css
<style>
span { border-color: #55BDE0; }
span { border-color: rgb(85,189,224); }
td.TdClassName
{
border-color: #55BDE0;
}
.TagClassName
{
border-color: #55BDE0;
}
</style>