Shades of Malibu #54AFDC
Tints of Malibu #54AFDC
RGB
CMYK
RGB Variations
Color information
#54AFDC (or 0x54AFDC) is known color: Malibu. HEX triplet: 54, AF and DC. RGB value is (84,175,220). Sum of RGB (Red+Green+Blue) = 84+175+220=479 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.54% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #54AFDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AFDC is #AB5023. Grayscale: #989898. Windows color (decimal): -11227172 or 14462804. OLE color: 14462804.
HSL color Cylindrical-coordinate representation of color #54AFDC: hue angle of 199.85º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54AFDC is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 175 | 220 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.14 |
| HSL | 199.85º | 0.66% | 0.6% | - |
| HSV(B) | 199.85º | 0.62% | 0.86% | - |
| XYZ | 31.9 | 37.71 | 73.31 | - |
| YUV | 152.92 | 165.85 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 175 | 220 | 0.62 | 0.20 | 0 | 0.14 | 199.85 | 0.66 | 0.6 |
| Hex | 54 | AF | DC | 3E | 14 | 0 | E | C8 | 42 | 3C |
| Octal | 124 | 257 | 334 | 76 | 24 | 0 | 16 | 310 | 102 | 74 |
| Binary | 1010100 | 10101111 | 11011100 | 111110 | 10100 | 0 | 1110 | 11001000 | 1000010 | 111100 |
Color Harmonies of #54AFDC
Complementary color
Monochromatic Colors of #54AFDC
Black with #54AFDC
Text Example
Text Example
White with #54AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AFDC; }
p { color: rgb(84,175,220); }
H1.HeaderClassName
{
color: #54AFDC;
}
.AnyTagClassName
{
color: #54AFDC;
}
</style>
background-color css
<style>
a { background-color: #54AFDC; }
a { background-color: rgb(84,175,220); }
div.DivClassName
{
background-color: #54AFDC;
}
.BgClassName
{
background-color: #54AFDC;
}
</style>
border-color css
<style>
span { border-color: #54AFDC; }
span { border-color: rgb(84,175,220); }
td.TdClassName
{
border-color: #54AFDC;
}
.TagClassName
{
border-color: #54AFDC;
}
</style>