Shades of Malibu #5AB4EE
Tints of Malibu #5AB4EE
RGB
CMYK
RGB Variations
Color information
#5AB4EE (or 0x5AB4EE) is known color: Malibu. HEX triplet: 5A, B4 and EE. RGB value is (90,180,238). Sum of RGB (Red+Green+Blue) = 90+180+238=508 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.72% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #5AB4EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB4EE is #A54B11. Grayscale: #9F9F9F. Windows color (decimal): -10832658 or 15643738. OLE color: 15643738.
HSL color Cylindrical-coordinate representation of color #5AB4EE: hue angle of 203.51º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AB4EE is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 180 | 238 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.07 |
| HSL | 203.51º | 0.81% | 0.64% | - |
| HSV(B) | 203.51º | 0.62% | 0.93% | - |
| XYZ | 35.97 | 40.99 | 86.9 | - |
| YUV | 159.7 | 172.18 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 180 | 238 | 0.62 | 0.24 | 0 | 0.07 | 203.51 | 0.81 | 0.64 |
| Hex | 5A | B4 | EE | 3E | 18 | 0 | 7 | CC | 51 | 40 |
| Octal | 132 | 264 | 356 | 76 | 30 | 0 | 7 | 314 | 121 | 100 |
| Binary | 1011010 | 10110100 | 11101110 | 111110 | 11000 | 0 | 111 | 11001100 | 1010001 | 1000000 |
Color Harmonies of #5AB4EE
Complementary color
Monochromatic Colors of #5AB4EE
Black with #5AB4EE
Text Example
Text Example
White with #5AB4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB4EE; }
p { color: rgb(90,180,238); }
H1.HeaderClassName
{
color: #5AB4EE;
}
.AnyTagClassName
{
color: #5AB4EE;
}
</style>
background-color css
<style>
a { background-color: #5AB4EE; }
a { background-color: rgb(90,180,238); }
div.DivClassName
{
background-color: #5AB4EE;
}
.BgClassName
{
background-color: #5AB4EE;
}
</style>
border-color css
<style>
span { border-color: #5AB4EE; }
span { border-color: rgb(90,180,238); }
td.TdClassName
{
border-color: #5AB4EE;
}
.TagClassName
{
border-color: #5AB4EE;
}
</style>