Shades of Malibu #55ADEF
Tints of Malibu #55ADEF
RGB
CMYK
RGB Variations
Color information
#55ADEF (or 0x55ADEF) is known color: Malibu. HEX triplet: 55, AD and EF. RGB value is (85,173,239). Sum of RGB (Red+Green+Blue) = 85+173+239=497 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.10% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #55ADEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55ADEF is #AA5210. Grayscale: #999999. Windows color (decimal): -11162129 or 15707477. OLE color: 15707477.
HSL color Cylindrical-coordinate representation of color #55ADEF: hue angle of 205.71º 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 #55ADEF is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 173 | 239 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.06 |
| HSL | 205.71º | 0.83% | 0.64% | - |
| HSV(B) | 205.71º | 0.64% | 0.94% | - |
| XYZ | 34.27 | 38.05 | 87.2 | - |
| YUV | 154.21 | 175.85 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 239 | 0.64 | 0.28 | 0 | 0.06 | 205.71 | 0.83 | 0.64 |
| Hex | 55 | AD | EF | 40 | 1C | 0 | 6 | CE | 53 | 40 |
| Octal | 125 | 255 | 357 | 100 | 34 | 0 | 6 | 316 | 123 | 100 |
| Binary | 1010101 | 10101101 | 11101111 | 1000000 | 11100 | 0 | 110 | 11001110 | 1010011 | 1000000 |
Color Harmonies of #55ADEF
Complementary color
Monochromatic Colors of #55ADEF
Black with #55ADEF
Text Example
Text Example
White with #55ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ADEF; }
p { color: rgb(85,173,239); }
H1.HeaderClassName
{
color: #55ADEF;
}
.AnyTagClassName
{
color: #55ADEF;
}
</style>
background-color css
<style>
a { background-color: #55ADEF; }
a { background-color: rgb(85,173,239); }
div.DivClassName
{
background-color: #55ADEF;
}
.BgClassName
{
background-color: #55ADEF;
}
</style>
border-color css
<style>
span { border-color: #55ADEF; }
span { border-color: rgb(85,173,239); }
td.TdClassName
{
border-color: #55ADEF;
}
.TagClassName
{
border-color: #55ADEF;
}
</style>