Shades of Malibu #54AFDD
Tints of Malibu #54AFDD
RGB
CMYK
RGB Variations
Color information
#54AFDD (or 0x54AFDD) is known color: Malibu. HEX triplet: 54, AF and DD. RGB value is (84,175,221). Sum of RGB (Red+Green+Blue) = 84+175+221=480 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.5% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #54AFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AFDD is #AB5022. Grayscale: #989898. Windows color (decimal): -11227171 or 14528340. OLE color: 14528340.
HSL color Cylindrical-coordinate representation of color #54AFDD: hue angle of 200.15º 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 #54AFDD is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 175 | 221 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.13 |
| HSL | 200.15º | 0.67% | 0.6% | - |
| HSV(B) | 200.15º | 0.62% | 0.87% | - |
| XYZ | 32.04 | 37.77 | 74.01 | - |
| YUV | 153.04 | 166.35 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 175 | 221 | 0.62 | 0.21 | 0 | 0.13 | 200.15 | 0.67 | 0.6 |
| Hex | 54 | AF | DD | 3E | 15 | 0 | D | C8 | 43 | 3C |
| Octal | 124 | 257 | 335 | 76 | 25 | 0 | 15 | 310 | 103 | 74 |
| Binary | 1010100 | 10101111 | 11011101 | 111110 | 10101 | 0 | 1101 | 11001000 | 1000011 | 111100 |
Color Harmonies of #54AFDD
Complementary color
Monochromatic Colors of #54AFDD
Black with #54AFDD
Text Example
Text Example
White with #54AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AFDD; }
p { color: rgb(84,175,221); }
H1.HeaderClassName
{
color: #54AFDD;
}
.AnyTagClassName
{
color: #54AFDD;
}
</style>
background-color css
<style>
a { background-color: #54AFDD; }
a { background-color: rgb(84,175,221); }
div.DivClassName
{
background-color: #54AFDD;
}
.BgClassName
{
background-color: #54AFDD;
}
</style>
border-color css
<style>
span { border-color: #54AFDD; }
span { border-color: rgb(84,175,221); }
td.TdClassName
{
border-color: #54AFDD;
}
.TagClassName
{
border-color: #54AFDD;
}
</style>