Shades of Malibu #5ABADF
Tints of Malibu #5ABADF
RGB
CMYK
RGB Variations
Color information
#5ABADF (or 0x5ABADF) is known color: Malibu. HEX triplet: 5A, BA and DF. RGB value is (90,186,223). Sum of RGB (Red+Green+Blue) = 90+186+223=499 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18.04% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #5ABADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABADF is #A54520. Grayscale: #A1A1A1. Windows color (decimal): -10831137 or 14662234. OLE color: 14662234.
HSL color Cylindrical-coordinate representation of color #5ABADF: hue angle of 196.69º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ABADF is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 186 | 223 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.13 |
| HSL | 196.69º | 0.68% | 0.61% | - |
| HSV(B) | 196.69º | 0.6% | 0.87% | - |
| XYZ | 35.09 | 42.62 | 76.19 | - |
| YUV | 161.51 | 162.7 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 186 | 223 | 0.60 | 0.17 | 0 | 0.13 | 196.69 | 0.68 | 0.61 |
| Hex | 5A | BA | DF | 3C | 11 | 0 | D | C5 | 44 | 3D |
| Octal | 132 | 272 | 337 | 74 | 21 | 0 | 15 | 305 | 104 | 75 |
| Binary | 1011010 | 10111010 | 11011111 | 111100 | 10001 | 0 | 1101 | 11000101 | 1000100 | 111101 |
Color Harmonies of #5ABADF
Complementary color
Monochromatic Colors of #5ABADF
Black with #5ABADF
Text Example
Text Example
White with #5ABADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABADF; }
p { color: rgb(90,186,223); }
H1.HeaderClassName
{
color: #5ABADF;
}
.AnyTagClassName
{
color: #5ABADF;
}
</style>
background-color css
<style>
a { background-color: #5ABADF; }
a { background-color: rgb(90,186,223); }
div.DivClassName
{
background-color: #5ABADF;
}
.BgClassName
{
background-color: #5ABADF;
}
</style>
border-color css
<style>
span { border-color: #5ABADF; }
span { border-color: rgb(90,186,223); }
td.TdClassName
{
border-color: #5ABADF;
}
.TagClassName
{
border-color: #5ABADF;
}
</style>