Shades of Malibu #55ADF0
Tints of Malibu #55ADF0
RGB
CMYK
RGB Variations
Color information
#55ADF0 (or 0x55ADF0) is known color: Malibu. HEX triplet: 55, AD and F0. RGB value is (85,173,240). Sum of RGB (Red+Green+Blue) = 85+173+240=498 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.07% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 240 - color contains mainly: blue. Hex color #55ADF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55ADF0 is #AA520F. Grayscale: #999999. Windows color (decimal): -11162128 or 15773013. OLE color: 15773013.
HSL color Cylindrical-coordinate representation of color #55ADF0: hue angle of 205.94º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55ADF0 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 173 | 240 | - |
| CMYK | 0.65 | 0.28 | 0 | 0.06 |
| HSL | 205.94º | 0.84% | 0.64% | - |
| HSV(B) | 205.94º | 0.65% | 0.94% | - |
| XYZ | 34.42 | 38.11 | 87.98 | - |
| YUV | 154.33 | 176.35 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 240 | 0.65 | 0.28 | 0 | 0.06 | 205.94 | 0.84 | 0.64 |
| Hex | 55 | AD | F0 | 41 | 1C | 0 | 6 | CE | 54 | 40 |
| Octal | 125 | 255 | 360 | 101 | 34 | 0 | 6 | 316 | 124 | 100 |
| Binary | 1010101 | 10101101 | 11110000 | 1000001 | 11100 | 0 | 110 | 11001110 | 1010100 | 1000000 |
Color Harmonies of #55ADF0
Complementary color
Monochromatic Colors of #55ADF0
Black with #55ADF0
Text Example
Text Example
White with #55ADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ADF0; }
p { color: rgb(85,173,240); }
H1.HeaderClassName
{
color: #55ADF0;
}
.AnyTagClassName
{
color: #55ADF0;
}
</style>
background-color css
<style>
a { background-color: #55ADF0; }
a { background-color: rgb(85,173,240); }
div.DivClassName
{
background-color: #55ADF0;
}
.BgClassName
{
background-color: #55ADF0;
}
</style>
border-color css
<style>
span { border-color: #55ADF0; }
span { border-color: rgb(85,173,240); }
td.TdClassName
{
border-color: #55ADF0;
}
.TagClassName
{
border-color: #55ADF0;
}
</style>