Shades of Malibu #55AFDD
Tints of Malibu #55AFDD
RGB
CMYK
RGB Variations
Color information
#55AFDD (or 0x55AFDD) is known color: Malibu. HEX triplet: 55, AF and DD. RGB value is (85,175,221). Sum of RGB (Red+Green+Blue) = 85+175+221=481 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.67% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #55AFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AFDD is #AA5022. Grayscale: #999999. Windows color (decimal): -11161635 or 14528341. OLE color: 14528341.
HSL color Cylindrical-coordinate representation of color #55AFDD: hue angle of 200.29º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55AFDD is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 175 | 221 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.13 |
| HSL | 200.29º | 0.67% | 0.6% | - |
| HSV(B) | 200.29º | 0.62% | 0.87% | - |
| XYZ | 32.13 | 37.81 | 74.01 | - |
| YUV | 153.33 | 166.18 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 175 | 221 | 0.62 | 0.21 | 0 | 0.13 | 200.29 | 0.67 | 0.6 |
| Hex | 55 | AF | DD | 3E | 15 | 0 | D | C8 | 43 | 3C |
| Octal | 125 | 257 | 335 | 76 | 25 | 0 | 15 | 310 | 103 | 74 |
| Binary | 1010101 | 10101111 | 11011101 | 111110 | 10101 | 0 | 1101 | 11001000 | 1000011 | 111100 |
Color Harmonies of #55AFDD
Complementary color
Monochromatic Colors of #55AFDD
Black with #55AFDD
Text Example
Text Example
White with #55AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AFDD; }
p { color: rgb(85,175,221); }
H1.HeaderClassName
{
color: #55AFDD;
}
.AnyTagClassName
{
color: #55AFDD;
}
</style>
background-color css
<style>
a { background-color: #55AFDD; }
a { background-color: rgb(85,175,221); }
div.DivClassName
{
background-color: #55AFDD;
}
.BgClassName
{
background-color: #55AFDD;
}
</style>
border-color css
<style>
span { border-color: #55AFDD; }
span { border-color: rgb(85,175,221); }
td.TdClassName
{
border-color: #55AFDD;
}
.TagClassName
{
border-color: #55AFDD;
}
</style>