Shades of Malibu #5AB1EB
Tints of Malibu #5AB1EB
RGB
CMYK
RGB Variations
Color information
#5AB1EB (or 0x5AB1EB) is known color: Malibu. HEX triplet: 5A, B1 and EB. RGB value is (90,177,235). Sum of RGB (Red+Green+Blue) = 90+177+235=502 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.93% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #5AB1EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AB1EB is #A54E14. Grayscale: #9D9D9D. Windows color (decimal): -10833429 or 15446362. OLE color: 15446362.
HSL color Cylindrical-coordinate representation of color #5AB1EB: hue angle of 204º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AB1EB is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 177 | 235 | - |
| CMYK | 0.62 | 0.25 | 0 | 0.08 |
| HSL | 204º | 0.78% | 0.64% | - |
| HSV(B) | 204º | 0.62% | 0.92% | - |
| XYZ | 34.93 | 39.62 | 84.4 | - |
| YUV | 157.6 | 171.68 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 177 | 235 | 0.62 | 0.25 | 0 | 0.08 | 204 | 0.78 | 0.64 |
| Hex | 5A | B1 | EB | 3E | 19 | 0 | 8 | CC | 4E | 40 |
| Octal | 132 | 261 | 353 | 76 | 31 | 0 | 10 | 314 | 116 | 100 |
| Binary | 1011010 | 10110001 | 11101011 | 111110 | 11001 | 0 | 1000 | 11001100 | 1001110 | 1000000 |
Color Harmonies of #5AB1EB
Complementary color
Monochromatic Colors of #5AB1EB
Black with #5AB1EB
Text Example
Text Example
White with #5AB1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB1EB; }
p { color: rgb(90,177,235); }
H1.HeaderClassName
{
color: #5AB1EB;
}
.AnyTagClassName
{
color: #5AB1EB;
}
</style>
background-color css
<style>
a { background-color: #5AB1EB; }
a { background-color: rgb(90,177,235); }
div.DivClassName
{
background-color: #5AB1EB;
}
.BgClassName
{
background-color: #5AB1EB;
}
</style>
border-color css
<style>
span { border-color: #5AB1EB; }
span { border-color: rgb(90,177,235); }
td.TdClassName
{
border-color: #5AB1EB;
}
.TagClassName
{
border-color: #5AB1EB;
}
</style>