Shades of Malibu #55AFDC
Tints of Malibu #55AFDC
RGB
CMYK
RGB Variations
Color information
#55AFDC (or 0x55AFDC) is known color: Malibu. HEX triplet: 55, AF and DC. RGB value is (85,175,220). Sum of RGB (Red+Green+Blue) = 85+175+220=480 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.71% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #55AFDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AFDC is #AA5023. Grayscale: #989898. Windows color (decimal): -11161636 or 14462805. OLE color: 14462805.
HSL color Cylindrical-coordinate representation of color #55AFDC: hue angle of 200º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55AFDC is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 175 | 220 | - |
| CMYK | 0.61 | 0.20 | 0 | 0.14 |
| HSL | 200º | 0.66% | 0.6% | - |
| HSV(B) | 200º | 0.61% | 0.86% | - |
| XYZ | 31.99 | 37.76 | 73.31 | - |
| YUV | 153.22 | 165.68 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 175 | 220 | 0.61 | 0.20 | 0 | 0.14 | 200 | 0.66 | 0.6 |
| Hex | 55 | AF | DC | 3D | 14 | 0 | E | C8 | 42 | 3C |
| Octal | 125 | 257 | 334 | 75 | 24 | 0 | 16 | 310 | 102 | 74 |
| Binary | 1010101 | 10101111 | 11011100 | 111101 | 10100 | 0 | 1110 | 11001000 | 1000010 | 111100 |
Color Harmonies of #55AFDC
Complementary color
Monochromatic Colors of #55AFDC
Black with #55AFDC
Text Example
Text Example
White with #55AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AFDC; }
p { color: rgb(85,175,220); }
H1.HeaderClassName
{
color: #55AFDC;
}
.AnyTagClassName
{
color: #55AFDC;
}
</style>
background-color css
<style>
a { background-color: #55AFDC; }
a { background-color: rgb(85,175,220); }
div.DivClassName
{
background-color: #55AFDC;
}
.BgClassName
{
background-color: #55AFDC;
}
</style>
border-color css
<style>
span { border-color: #55AFDC; }
span { border-color: rgb(85,175,220); }
td.TdClassName
{
border-color: #55AFDC;
}
.TagClassName
{
border-color: #55AFDC;
}
</style>