Shades of Malibu #57ADFA
Tints of Malibu #57ADFA
RGB
CMYK
RGB Variations
Color information
#57ADFA (or 0x57ADFA) is known color: Malibu. HEX triplet: 57, AD and FA. RGB value is (87,173,250). Sum of RGB (Red+Green+Blue) = 87+173+250=510 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.06% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #57ADFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57ADFA is #A85205. Grayscale: #9B9B9B. Windows color (decimal): -11031046 or 16428375. OLE color: 16428375.
HSL color Cylindrical-coordinate representation of color #57ADFA: hue angle of 208.34º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57ADFA is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 173 | 250 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.02 |
| HSL | 208.34º | 0.94% | 0.66% | - |
| HSV(B) | 208.34º | 0.65% | 0.98% | - |
| XYZ | 36.13 | 38.82 | 96.03 | - |
| YUV | 156.06 | 181.01 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 173 | 250 | 0.65 | 0.31 | 0 | 0.02 | 208.34 | 0.94 | 0.66 |
| Hex | 57 | AD | FA | 41 | 1F | 0 | 2 | D0 | 5E | 42 |
| Octal | 127 | 255 | 372 | 101 | 37 | 0 | 2 | 320 | 136 | 102 |
| Binary | 1010111 | 10101101 | 11111010 | 1000001 | 11111 | 0 | 10 | 11010000 | 1011110 | 1000010 |
Color Harmonies of #57ADFA
Complementary color
Monochromatic Colors of #57ADFA
Black with #57ADFA
Text Example
Text Example
White with #57ADFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57ADFA; }
p { color: rgb(87,173,250); }
H1.HeaderClassName
{
color: #57ADFA;
}
.AnyTagClassName
{
color: #57ADFA;
}
</style>
background-color css
<style>
a { background-color: #57ADFA; }
a { background-color: rgb(87,173,250); }
div.DivClassName
{
background-color: #57ADFA;
}
.BgClassName
{
background-color: #57ADFA;
}
</style>
border-color css
<style>
span { border-color: #57ADFA; }
span { border-color: rgb(87,173,250); }
td.TdClassName
{
border-color: #57ADFA;
}
.TagClassName
{
border-color: #57ADFA;
}
</style>