Shades of Malibu #57AFDC
Tints of Malibu #57AFDC
RGB
CMYK
RGB Variations
Color information
#57AFDC (or 0x57AFDC) is known color: Malibu. HEX triplet: 57, AF and DC. RGB value is (87,175,220). Sum of RGB (Red+Green+Blue) = 87+175+220=482 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.05% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #57AFDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AFDC is #A85023. Grayscale: #999999. Windows color (decimal): -11030564 or 14462807. OLE color: 14462807.
HSL color Cylindrical-coordinate representation of color #57AFDC: hue angle of 200.3º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57AFDC is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 175 | 220 | - |
| CMYK | 0.60 | 0.20 | 0 | 0.14 |
| HSL | 200.3º | 0.66% | 0.6% | - |
| HSV(B) | 200.3º | 0.6% | 0.86% | - |
| XYZ | 32.18 | 37.85 | 73.32 | - |
| YUV | 153.82 | 165.35 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 175 | 220 | 0.60 | 0.20 | 0 | 0.14 | 200.3 | 0.66 | 0.6 |
| Hex | 57 | AF | DC | 3C | 14 | 0 | E | C8 | 42 | 3C |
| Octal | 127 | 257 | 334 | 74 | 24 | 0 | 16 | 310 | 102 | 74 |
| Binary | 1010111 | 10101111 | 11011100 | 111100 | 10100 | 0 | 1110 | 11001000 | 1000010 | 111100 |
Color Harmonies of #57AFDC
Complementary color
Monochromatic Colors of #57AFDC
Black with #57AFDC
Text Example
Text Example
White with #57AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AFDC; }
p { color: rgb(87,175,220); }
H1.HeaderClassName
{
color: #57AFDC;
}
.AnyTagClassName
{
color: #57AFDC;
}
</style>
background-color css
<style>
a { background-color: #57AFDC; }
a { background-color: rgb(87,175,220); }
div.DivClassName
{
background-color: #57AFDC;
}
.BgClassName
{
background-color: #57AFDC;
}
</style>
border-color css
<style>
span { border-color: #57AFDC; }
span { border-color: rgb(87,175,220); }
td.TdClassName
{
border-color: #57AFDC;
}
.TagClassName
{
border-color: #57AFDC;
}
</style>