Shades of Malibu #55AFE1
Tints of Malibu #55AFE1
RGB
CMYK
RGB Variations
Color information
#55AFE1 (or 0x55AFE1) is known color: Malibu. HEX triplet: 55, AF and E1. RGB value is (85,175,225). Sum of RGB (Red+Green+Blue) = 85+175+225=485 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.53% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 225 (88.28% from 255 or 46.39% from 485); Max value from RGB is 225 - color contains mainly: blue. Hex color #55AFE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AFE1 is #AA501E. Grayscale: #999999. Windows color (decimal): -11161631 or 14790485. OLE color: 14790485.
HSL color Cylindrical-coordinate representation of color #55AFE1: hue angle of 201.43º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55AFE1 is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 175 | 225 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.12 |
| HSL | 201.43º | 0.7% | 0.61% | - |
| HSV(B) | 201.43º | 0.62% | 0.88% | - |
| XYZ | 32.67 | 38.03 | 76.85 | - |
| YUV | 153.79 | 168.18 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 175 | 225 | 0.62 | 0.22 | 0 | 0.12 | 201.43 | 0.7 | 0.61 |
| Hex | 55 | AF | E1 | 3E | 16 | 0 | C | C9 | 46 | 3D |
| Octal | 125 | 257 | 341 | 76 | 26 | 0 | 14 | 311 | 106 | 75 |
| Binary | 1010101 | 10101111 | 11100001 | 111110 | 10110 | 0 | 1100 | 11001001 | 1000110 | 111101 |
Color Harmonies of #55AFE1
Complementary color
Monochromatic Colors of #55AFE1
Black with #55AFE1
Text Example
Text Example
White with #55AFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AFE1; }
p { color: rgb(85,175,225); }
H1.HeaderClassName
{
color: #55AFE1;
}
.AnyTagClassName
{
color: #55AFE1;
}
</style>
background-color css
<style>
a { background-color: #55AFE1; }
a { background-color: rgb(85,175,225); }
div.DivClassName
{
background-color: #55AFE1;
}
.BgClassName
{
background-color: #55AFE1;
}
</style>
border-color css
<style>
span { border-color: #55AFE1; }
span { border-color: rgb(85,175,225); }
td.TdClassName
{
border-color: #55AFE1;
}
.TagClassName
{
border-color: #55AFE1;
}
</style>