Shades of Malibu #55AFEE
Tints of Malibu #55AFEE
RGB
CMYK
RGB Variations
Color information
#55AFEE (or 0x55AFEE) is known color: Malibu. HEX triplet: 55, AF and EE. RGB value is (85,175,238). Sum of RGB (Red+Green+Blue) = 85+175+238=498 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.07% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #55AFEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55AFEE is #AA5011. Grayscale: #9A9A9A. Windows color (decimal): -11161618 or 15642453. OLE color: 15642453.
HSL color Cylindrical-coordinate representation of color #55AFEE: hue angle of 204.71º degrees, saturation: 0.82, 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 #55AFEE is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 175 | 238 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.07 |
| HSL | 204.71º | 0.82% | 0.63% | - |
| HSV(B) | 204.71º | 0.64% | 0.93% | - |
| XYZ | 34.51 | 38.76 | 86.55 | - |
| YUV | 155.27 | 174.68 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 175 | 238 | 0.64 | 0.26 | 0 | 0.07 | 204.71 | 0.82 | 0.63 |
| Hex | 55 | AF | EE | 40 | 1A | 0 | 7 | CD | 52 | 3F |
| Octal | 125 | 257 | 356 | 100 | 32 | 0 | 7 | 315 | 122 | 77 |
| Binary | 1010101 | 10101111 | 11101110 | 1000000 | 11010 | 0 | 111 | 11001101 | 1010010 | 111111 |
Color Harmonies of #55AFEE
Complementary color
Monochromatic Colors of #55AFEE
Black with #55AFEE
Text Example
Text Example
White with #55AFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AFEE; }
p { color: rgb(85,175,238); }
H1.HeaderClassName
{
color: #55AFEE;
}
.AnyTagClassName
{
color: #55AFEE;
}
</style>
background-color css
<style>
a { background-color: #55AFEE; }
a { background-color: rgb(85,175,238); }
div.DivClassName
{
background-color: #55AFEE;
}
.BgClassName
{
background-color: #55AFEE;
}
</style>
border-color css
<style>
span { border-color: #55AFEE; }
span { border-color: rgb(85,175,238); }
td.TdClassName
{
border-color: #55AFEE;
}
.TagClassName
{
border-color: #55AFEE;
}
</style>