Shades of Malibu #55AFED
Tints of Malibu #55AFED
RGB
CMYK
RGB Variations
Color information
#55AFED (or 0x55AFED) is known color: Malibu. HEX triplet: 55, AF and ED. RGB value is (85,175,237). Sum of RGB (Red+Green+Blue) = 85+175+237=497 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.10% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #55AFED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55AFED is #AA5012. Grayscale: #9A9A9A. Windows color (decimal): -11161619 or 15576917. OLE color: 15576917.
HSL color Cylindrical-coordinate representation of color #55AFED: hue angle of 204.47º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55AFED is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 175 | 237 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.07 |
| HSL | 204.47º | 0.81% | 0.63% | - |
| HSV(B) | 204.47º | 0.64% | 0.93% | - |
| XYZ | 34.36 | 38.71 | 85.78 | - |
| YUV | 155.16 | 174.18 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 175 | 237 | 0.64 | 0.26 | 0 | 0.07 | 204.47 | 0.81 | 0.63 |
| Hex | 55 | AF | ED | 40 | 1A | 0 | 7 | CC | 51 | 3F |
| Octal | 125 | 257 | 355 | 100 | 32 | 0 | 7 | 314 | 121 | 77 |
| Binary | 1010101 | 10101111 | 11101101 | 1000000 | 11010 | 0 | 111 | 11001100 | 1010001 | 111111 |
Color Harmonies of #55AFED
Complementary color
Monochromatic Colors of #55AFED
Black with #55AFED
Text Example
Text Example
White with #55AFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AFED; }
p { color: rgb(85,175,237); }
H1.HeaderClassName
{
color: #55AFED;
}
.AnyTagClassName
{
color: #55AFED;
}
</style>
background-color css
<style>
a { background-color: #55AFED; }
a { background-color: rgb(85,175,237); }
div.DivClassName
{
background-color: #55AFED;
}
.BgClassName
{
background-color: #55AFED;
}
</style>
border-color css
<style>
span { border-color: #55AFED; }
span { border-color: rgb(85,175,237); }
td.TdClassName
{
border-color: #55AFED;
}
.TagClassName
{
border-color: #55AFED;
}
</style>