Shades of Malibu #5ABDEF
Tints of Malibu #5ABDEF
RGB
CMYK
RGB Variations
Color information
#5ABDEF (or 0x5ABDEF) is known color: Malibu. HEX triplet: 5A, BD and EF. RGB value is (90,189,239). Sum of RGB (Red+Green+Blue) = 90+189+239=518 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.37% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #5ABDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABDEF is #A54210. Grayscale: #A4A4A4. Windows color (decimal): -10830353 or 15711578. OLE color: 15711578.
HSL color Cylindrical-coordinate representation of color #5ABDEF: hue angle of 200.13º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ABDEF is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 189 | 239 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.06 |
| HSL | 200.13º | 0.82% | 0.65% | - |
| HSV(B) | 200.13º | 0.62% | 0.94% | - |
| XYZ | 37.99 | 44.8 | 88.31 | - |
| YUV | 165.1 | 169.7 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 239 | 0.62 | 0.21 | 0 | 0.06 | 200.13 | 0.82 | 0.65 |
| Hex | 5A | BD | EF | 3E | 15 | 0 | 6 | C8 | 52 | 41 |
| Octal | 132 | 275 | 357 | 76 | 25 | 0 | 6 | 310 | 122 | 101 |
| Binary | 1011010 | 10111101 | 11101111 | 111110 | 10101 | 0 | 110 | 11001000 | 1010010 | 1000001 |
Color Harmonies of #5ABDEF
Complementary color
Monochromatic Colors of #5ABDEF
Black with #5ABDEF
Text Example
Text Example
White with #5ABDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABDEF; }
p { color: rgb(90,189,239); }
H1.HeaderClassName
{
color: #5ABDEF;
}
.AnyTagClassName
{
color: #5ABDEF;
}
</style>
background-color css
<style>
a { background-color: #5ABDEF; }
a { background-color: rgb(90,189,239); }
div.DivClassName
{
background-color: #5ABDEF;
}
.BgClassName
{
background-color: #5ABDEF;
}
</style>
border-color css
<style>
span { border-color: #5ABDEF; }
span { border-color: rgb(90,189,239); }
td.TdClassName
{
border-color: #5ABDEF;
}
.TagClassName
{
border-color: #5ABDEF;
}
</style>