Shades of Malibu #57A9EF
Tints of Malibu #57A9EF
RGB
CMYK
RGB Variations
Color information
#57A9EF (or 0x57A9EF) is known color: Malibu. HEX triplet: 57, A9 and EF. RGB value is (87,169,239). Sum of RGB (Red+Green+Blue) = 87+169+239=495 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.58% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #57A9EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57A9EF is #A85610. Grayscale: #989898. Windows color (decimal): -11032081 or 15706455. OLE color: 15706455.
HSL color Cylindrical-coordinate representation of color #57A9EF: hue angle of 207.63º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57A9EF is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 169 | 239 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.06 |
| HSL | 207.63º | 0.83% | 0.64% | - |
| HSV(B) | 207.63º | 0.64% | 0.94% | - |
| XYZ | 33.7 | 36.63 | 86.96 | - |
| YUV | 152.46 | 176.83 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 169 | 239 | 0.64 | 0.29 | 0 | 0.06 | 207.63 | 0.83 | 0.64 |
| Hex | 57 | A9 | EF | 40 | 1D | 0 | 6 | D0 | 53 | 40 |
| Octal | 127 | 251 | 357 | 100 | 35 | 0 | 6 | 320 | 123 | 100 |
| Binary | 1010111 | 10101001 | 11101111 | 1000000 | 11101 | 0 | 110 | 11010000 | 1010011 | 1000000 |
Color Harmonies of #57A9EF
Complementary color
Monochromatic Colors of #57A9EF
Black with #57A9EF
Text Example
Text Example
White with #57A9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A9EF; }
p { color: rgb(87,169,239); }
H1.HeaderClassName
{
color: #57A9EF;
}
.AnyTagClassName
{
color: #57A9EF;
}
</style>
background-color css
<style>
a { background-color: #57A9EF; }
a { background-color: rgb(87,169,239); }
div.DivClassName
{
background-color: #57A9EF;
}
.BgClassName
{
background-color: #57A9EF;
}
</style>
border-color css
<style>
span { border-color: #57A9EF; }
span { border-color: rgb(87,169,239); }
td.TdClassName
{
border-color: #57A9EF;
}
.TagClassName
{
border-color: #57A9EF;
}
</style>