Shades of Malibu #55A8EF
Tints of Malibu #55A8EF
RGB
CMYK
RGB Variations
Color information
#55A8EF (or 0x55A8EF) is known color: Malibu. HEX triplet: 55, A8 and EF. RGB value is (85,168,239). Sum of RGB (Red+Green+Blue) = 85+168+239=492 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.28% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #55A8EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A8EF is #AA5710. Grayscale: #969696. Windows color (decimal): -11163409 or 15706197. OLE color: 15706197.
HSL color Cylindrical-coordinate representation of color #55A8EF: hue angle of 207.66º 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 #55A8EF is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 168 | 239 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.06 |
| HSL | 207.66º | 0.83% | 0.64% | - |
| HSV(B) | 207.66º | 0.64% | 0.94% | - |
| XYZ | 33.33 | 36.17 | 86.89 | - |
| YUV | 151.28 | 177.5 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 168 | 239 | 0.64 | 0.30 | 0 | 0.06 | 207.66 | 0.83 | 0.64 |
| Hex | 55 | A8 | EF | 40 | 1E | 0 | 6 | D0 | 53 | 40 |
| Octal | 125 | 250 | 357 | 100 | 36 | 0 | 6 | 320 | 123 | 100 |
| Binary | 1010101 | 10101000 | 11101111 | 1000000 | 11110 | 0 | 110 | 11010000 | 1010011 | 1000000 |
Color Harmonies of #55A8EF
Complementary color
Monochromatic Colors of #55A8EF
Black with #55A8EF
Text Example
Text Example
White with #55A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A8EF; }
p { color: rgb(85,168,239); }
H1.HeaderClassName
{
color: #55A8EF;
}
.AnyTagClassName
{
color: #55A8EF;
}
</style>
background-color css
<style>
a { background-color: #55A8EF; }
a { background-color: rgb(85,168,239); }
div.DivClassName
{
background-color: #55A8EF;
}
.BgClassName
{
background-color: #55A8EF;
}
</style>
border-color css
<style>
span { border-color: #55A8EF; }
span { border-color: rgb(85,168,239); }
td.TdClassName
{
border-color: #55A8EF;
}
.TagClassName
{
border-color: #55A8EF;
}
</style>