Shades of Malibu #55BDEF
Tints of Malibu #55BDEF
RGB
CMYK
RGB Variations
Color information
#55BDEF (or 0x55BDEF) is known color: Malibu. HEX triplet: 55, BD and EF. RGB value is (85,189,239). Sum of RGB (Red+Green+Blue) = 85+189+239=513 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.57% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #55BDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BDEF is #AA4210. Grayscale: #A3A3A3. Windows color (decimal): -11158033 or 15711573. OLE color: 15711573.
HSL color Cylindrical-coordinate representation of color #55BDEF: hue angle of 199.48º 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 #55BDEF is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 189 | 239 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.06 |
| HSL | 199.48º | 0.83% | 0.64% | - |
| HSV(B) | 199.48º | 0.64% | 0.94% | - |
| XYZ | 37.52 | 44.56 | 88.28 | - |
| YUV | 163.6 | 170.54 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 189 | 239 | 0.64 | 0.21 | 0 | 0.06 | 199.48 | 0.83 | 0.64 |
| Hex | 55 | BD | EF | 40 | 15 | 0 | 6 | C7 | 53 | 40 |
| Octal | 125 | 275 | 357 | 100 | 25 | 0 | 6 | 307 | 123 | 100 |
| Binary | 1010101 | 10111101 | 11101111 | 1000000 | 10101 | 0 | 110 | 11000111 | 1010011 | 1000000 |
Color Harmonies of #55BDEF
Complementary color
Monochromatic Colors of #55BDEF
Black with #55BDEF
Text Example
Text Example
White with #55BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BDEF; }
p { color: rgb(85,189,239); }
H1.HeaderClassName
{
color: #55BDEF;
}
.AnyTagClassName
{
color: #55BDEF;
}
</style>
background-color css
<style>
a { background-color: #55BDEF; }
a { background-color: rgb(85,189,239); }
div.DivClassName
{
background-color: #55BDEF;
}
.BgClassName
{
background-color: #55BDEF;
}
</style>
border-color css
<style>
span { border-color: #55BDEF; }
span { border-color: rgb(85,189,239); }
td.TdClassName
{
border-color: #55BDEF;
}
.TagClassName
{
border-color: #55BDEF;
}
</style>