Shades of Malibu #57ADE7
Tints of Malibu #57ADE7
RGB
CMYK
RGB Variations
Color information
#57ADE7 (or 0x57ADE7) is known color: Malibu. HEX triplet: 57, AD and E7. RGB value is (87,173,231). Sum of RGB (Red+Green+Blue) = 87+173+231=491 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.72% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 231 (90.62% from 255 or 47.05% from 491); Max value from RGB is 231 - color contains mainly: blue. Hex color #57ADE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57ADE7 is #A85218. Grayscale: #999999. Windows color (decimal): -11031065 or 15183191. OLE color: 15183191.
HSL color Cylindrical-coordinate representation of color #57ADE7: hue angle of 204.17º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57ADE7 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 87 | 173 | 231 | - |
| CMYK | 0.62 | 0.25 | 0 | 0.09 |
| HSL | 204.17º | 0.75% | 0.62% | - |
| HSV(B) | 204.17º | 0.62% | 0.91% | - |
| XYZ | 33.3 | 37.68 | 81.12 | - |
| YUV | 153.9 | 171.51 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 173 | 231 | 0.62 | 0.25 | 0 | 0.09 | 204.17 | 0.75 | 0.62 |
| Hex | 57 | AD | E7 | 3E | 19 | 0 | 9 | CC | 4B | 3E |
| Octal | 127 | 255 | 347 | 76 | 31 | 0 | 11 | 314 | 113 | 76 |
| Binary | 1010111 | 10101101 | 11100111 | 111110 | 11001 | 0 | 1001 | 11001100 | 1001011 | 111110 |
Color Harmonies of #57ADE7
Complementary color
Monochromatic Colors of #57ADE7
Black with #57ADE7
Text Example
Text Example
White with #57ADE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57ADE7; }
p { color: rgb(87,173,231); }
H1.HeaderClassName
{
color: #57ADE7;
}
.AnyTagClassName
{
color: #57ADE7;
}
</style>
background-color css
<style>
a { background-color: #57ADE7; }
a { background-color: rgb(87,173,231); }
div.DivClassName
{
background-color: #57ADE7;
}
.BgClassName
{
background-color: #57ADE7;
}
</style>
border-color css
<style>
span { border-color: #57ADE7; }
span { border-color: rgb(87,173,231); }
td.TdClassName
{
border-color: #57ADE7;
}
.TagClassName
{
border-color: #57ADE7;
}
</style>