Shades of Malibu #55AFE9
Tints of Malibu #55AFE9
RGB
CMYK
RGB Variations
Color information
#55AFE9 (or 0x55AFE9) is known color: Malibu. HEX triplet: 55, AF and E9. RGB value is (85,175,233). Sum of RGB (Red+Green+Blue) = 85+175+233=493 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.24% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 233 (91.41% from 255 or 47.26% from 493); Max value from RGB is 233 - color contains mainly: blue. Hex color #55AFE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55AFE9 is #AA5016. Grayscale: #9A9A9A. Windows color (decimal): -11161623 or 15314773. OLE color: 15314773.
HSL color Cylindrical-coordinate representation of color #55AFE9: hue angle of 203.51º 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 #55AFE9 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 175 | 233 | - |
| CMYK | 0.64 | 0.25 | 0 | 0.09 |
| HSL | 203.51º | 0.77% | 0.62% | - |
| HSV(B) | 203.51º | 0.64% | 0.91% | - |
| XYZ | 33.78 | 38.47 | 82.74 | - |
| YUV | 154.7 | 172.18 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 175 | 233 | 0.64 | 0.25 | 0 | 0.09 | 203.51 | 0.77 | 0.62 |
| Hex | 55 | AF | E9 | 40 | 19 | 0 | 9 | CC | 4D | 3E |
| Octal | 125 | 257 | 351 | 100 | 31 | 0 | 11 | 314 | 115 | 76 |
| Binary | 1010101 | 10101111 | 11101001 | 1000000 | 11001 | 0 | 1001 | 11001100 | 1001101 | 111110 |
Color Harmonies of #55AFE9
Complementary color
Monochromatic Colors of #55AFE9
Black with #55AFE9
Text Example
Text Example
White with #55AFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AFE9; }
p { color: rgb(85,175,233); }
H1.HeaderClassName
{
color: #55AFE9;
}
.AnyTagClassName
{
color: #55AFE9;
}
</style>
background-color css
<style>
a { background-color: #55AFE9; }
a { background-color: rgb(85,175,233); }
div.DivClassName
{
background-color: #55AFE9;
}
.BgClassName
{
background-color: #55AFE9;
}
</style>
border-color css
<style>
span { border-color: #55AFE9; }
span { border-color: rgb(85,175,233); }
td.TdClassName
{
border-color: #55AFE9;
}
.TagClassName
{
border-color: #55AFE9;
}
</style>