Shades of Malibu #5AB1EE
Tints of Malibu #5AB1EE
RGB
CMYK
RGB Variations
Color information
#5AB1EE (or 0x5AB1EE) is known color: Malibu. HEX triplet: 5A, B1 and EE. RGB value is (90,177,238). Sum of RGB (Red+Green+Blue) = 90+177+238=505 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.82% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #5AB1EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AB1EE is #A54E11. Grayscale: #9D9D9D. Windows color (decimal): -10833426 or 15642970. OLE color: 15642970.
HSL color Cylindrical-coordinate representation of color #5AB1EE: hue angle of 204.73º 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 #5AB1EE is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 177 | 238 | - |
| CMYK | 0.62 | 0.26 | 0 | 0.07 |
| HSL | 204.73º | 0.81% | 0.64% | - |
| HSV(B) | 204.73º | 0.62% | 0.93% | - |
| XYZ | 35.37 | 39.79 | 86.71 | - |
| YUV | 157.94 | 173.18 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 177 | 238 | 0.62 | 0.26 | 0 | 0.07 | 204.73 | 0.81 | 0.64 |
| Hex | 5A | B1 | EE | 3E | 1A | 0 | 7 | CD | 51 | 40 |
| Octal | 132 | 261 | 356 | 76 | 32 | 0 | 7 | 315 | 121 | 100 |
| Binary | 1011010 | 10110001 | 11101110 | 111110 | 11010 | 0 | 111 | 11001101 | 1010001 | 1000000 |
Color Harmonies of #5AB1EE
Complementary color
Monochromatic Colors of #5AB1EE
Black with #5AB1EE
Text Example
Text Example
White with #5AB1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB1EE; }
p { color: rgb(90,177,238); }
H1.HeaderClassName
{
color: #5AB1EE;
}
.AnyTagClassName
{
color: #5AB1EE;
}
</style>
background-color css
<style>
a { background-color: #5AB1EE; }
a { background-color: rgb(90,177,238); }
div.DivClassName
{
background-color: #5AB1EE;
}
.BgClassName
{
background-color: #5AB1EE;
}
</style>
border-color css
<style>
span { border-color: #5AB1EE; }
span { border-color: rgb(90,177,238); }
td.TdClassName
{
border-color: #5AB1EE;
}
.TagClassName
{
border-color: #5AB1EE;
}
</style>