Shades of Malibu #57ADDC
Tints of Malibu #57ADDC
RGB
CMYK
RGB Variations
Color information
#57ADDC (or 0x57ADDC) is known color: Malibu. HEX triplet: 57, AD and DC. RGB value is (87,173,220). Sum of RGB (Red+Green+Blue) = 87+173+220=480 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.12% from 480); Green value is 173 (67.97% from 255 or 36.04% 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 #57ADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ADDC is #A85223. Grayscale: #989898. Windows color (decimal): -11031076 or 14462295. OLE color: 14462295.
HSL color Cylindrical-coordinate representation of color #57ADDC: hue angle of 201.2º 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 #57ADDC is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 173 | 220 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.14 |
| HSL | 201.2º | 0.66% | 0.6% | - |
| HSV(B) | 201.2º | 0.6% | 0.86% | - |
| XYZ | 31.79 | 37.08 | 73.19 | - |
| YUV | 152.64 | 166.01 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 173 | 220 | 0.60 | 0.21 | 0 | 0.14 | 201.2 | 0.66 | 0.6 |
| Hex | 57 | AD | DC | 3C | 15 | 0 | E | C9 | 42 | 3C |
| Octal | 127 | 255 | 334 | 74 | 25 | 0 | 16 | 311 | 102 | 74 |
| Binary | 1010111 | 10101101 | 11011100 | 111100 | 10101 | 0 | 1110 | 11001001 | 1000010 | 111100 |
Color Harmonies of #57ADDC
Complementary color
Monochromatic Colors of #57ADDC
Black with #57ADDC
Text Example
Text Example
White with #57ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57ADDC; }
p { color: rgb(87,173,220); }
H1.HeaderClassName
{
color: #57ADDC;
}
.AnyTagClassName
{
color: #57ADDC;
}
</style>
background-color css
<style>
a { background-color: #57ADDC; }
a { background-color: rgb(87,173,220); }
div.DivClassName
{
background-color: #57ADDC;
}
.BgClassName
{
background-color: #57ADDC;
}
</style>
border-color css
<style>
span { border-color: #57ADDC; }
span { border-color: rgb(87,173,220); }
td.TdClassName
{
border-color: #57ADDC;
}
.TagClassName
{
border-color: #57ADDC;
}
</style>