Shades of Malibu #55ADEC
Tints of Malibu #55ADEC
RGB
CMYK
RGB Variations
Color information
#55ADEC (or 0x55ADEC) is known color: Malibu. HEX triplet: 55, AD and EC. RGB value is (85,173,236). Sum of RGB (Red+Green+Blue) = 85+173+236=494 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.21% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #55ADEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55ADEC is #AA5213. Grayscale: #999999. Windows color (decimal): -11162132 or 15510869. OLE color: 15510869.
HSL color Cylindrical-coordinate representation of color #55ADEC: hue angle of 205.03º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55ADEC is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 173 | 236 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.07 |
| HSL | 205.03º | 0.8% | 0.63% | - |
| HSV(B) | 205.03º | 0.64% | 0.93% | - |
| XYZ | 33.83 | 37.87 | 84.88 | - |
| YUV | 153.87 | 174.35 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 236 | 0.64 | 0.27 | 0 | 0.07 | 205.03 | 0.8 | 0.63 |
| Hex | 55 | AD | EC | 40 | 1B | 0 | 7 | CD | 50 | 3F |
| Octal | 125 | 255 | 354 | 100 | 33 | 0 | 7 | 315 | 120 | 77 |
| Binary | 1010101 | 10101101 | 11101100 | 1000000 | 11011 | 0 | 111 | 11001101 | 1010000 | 111111 |
Color Harmonies of #55ADEC
Complementary color
Monochromatic Colors of #55ADEC
Black with #55ADEC
Text Example
Text Example
White with #55ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ADEC; }
p { color: rgb(85,173,236); }
H1.HeaderClassName
{
color: #55ADEC;
}
.AnyTagClassName
{
color: #55ADEC;
}
</style>
background-color css
<style>
a { background-color: #55ADEC; }
a { background-color: rgb(85,173,236); }
div.DivClassName
{
background-color: #55ADEC;
}
.BgClassName
{
background-color: #55ADEC;
}
</style>
border-color css
<style>
span { border-color: #55ADEC; }
span { border-color: rgb(85,173,236); }
td.TdClassName
{
border-color: #55ADEC;
}
.TagClassName
{
border-color: #55ADEC;
}
</style>