Shades of Malibu #55A8E9
Tints of Malibu #55A8E9
RGB
CMYK
RGB Variations
Color information
#55A8E9 (or 0x55A8E9) is known color: Malibu. HEX triplet: 55, A8 and E9. RGB value is (85,168,233). Sum of RGB (Red+Green+Blue) = 85+168+233=486 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.49% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 233 (91.41% from 255 or 47.94% from 486); Max value from RGB is 233 - color contains mainly: blue. Hex color #55A8E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A8E9 is #AA5716. Grayscale: #969696. Windows color (decimal): -11163415 or 15312981. OLE color: 15312981.
HSL color Cylindrical-coordinate representation of color #55A8E9: hue angle of 206.35º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55A8E9 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 168 | 233 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.09 |
| HSL | 206.35º | 0.77% | 0.62% | - |
| HSV(B) | 206.35º | 0.64% | 0.91% | - |
| XYZ | 32.46 | 35.82 | 82.29 | - |
| YUV | 150.59 | 174.5 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 168 | 233 | 0.64 | 0.28 | 0 | 0.09 | 206.35 | 0.77 | 0.62 |
| Hex | 55 | A8 | E9 | 40 | 1C | 0 | 9 | CE | 4D | 3E |
| Octal | 125 | 250 | 351 | 100 | 34 | 0 | 11 | 316 | 115 | 76 |
| Binary | 1010101 | 10101000 | 11101001 | 1000000 | 11100 | 0 | 1001 | 11001110 | 1001101 | 111110 |
Color Harmonies of #55A8E9
Complementary color
Monochromatic Colors of #55A8E9
Black with #55A8E9
Text Example
Text Example
White with #55A8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A8E9; }
p { color: rgb(85,168,233); }
H1.HeaderClassName
{
color: #55A8E9;
}
.AnyTagClassName
{
color: #55A8E9;
}
</style>
background-color css
<style>
a { background-color: #55A8E9; }
a { background-color: rgb(85,168,233); }
div.DivClassName
{
background-color: #55A8E9;
}
.BgClassName
{
background-color: #55A8E9;
}
</style>
border-color css
<style>
span { border-color: #55A8E9; }
span { border-color: rgb(85,168,233); }
td.TdClassName
{
border-color: #55A8E9;
}
.TagClassName
{
border-color: #55A8E9;
}
</style>