Shades of Malibu #5ABBE0
Tints of Malibu #5ABBE0
RGB
CMYK
RGB Variations
Color information
#5ABBE0 (or 0x5ABBE0) is known color: Malibu. HEX triplet: 5A, BB and E0. RGB value is (90,187,224). Sum of RGB (Red+Green+Blue) = 90+187+224=501 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.96% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 224 (87.89% from 255 or 44.71% from 501); Max value from RGB is 224 - color contains mainly: blue. Hex color #5ABBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABBE0 is #A5441F. Grayscale: #A1A1A1. Windows color (decimal): -10830880 or 14728026. OLE color: 14728026.
HSL color Cylindrical-coordinate representation of color #5ABBE0: hue angle of 196.57º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ABBE0 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 90 | 187 | 224 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.12 |
| HSL | 196.57º | 0.68% | 0.62% | - |
| HSV(B) | 196.57º | 0.6% | 0.88% | - |
| XYZ | 35.44 | 43.1 | 76.97 | - |
| YUV | 162.22 | 162.86 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 187 | 224 | 0.60 | 0.17 | 0 | 0.12 | 196.57 | 0.68 | 0.62 |
| Hex | 5A | BB | E0 | 3C | 11 | 0 | C | C5 | 44 | 3E |
| Octal | 132 | 273 | 340 | 74 | 21 | 0 | 14 | 305 | 104 | 76 |
| Binary | 1011010 | 10111011 | 11100000 | 111100 | 10001 | 0 | 1100 | 11000101 | 1000100 | 111110 |
Color Harmonies of #5ABBE0
Complementary color
Monochromatic Colors of #5ABBE0
Black with #5ABBE0
Text Example
Text Example
White with #5ABBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABBE0; }
p { color: rgb(90,187,224); }
H1.HeaderClassName
{
color: #5ABBE0;
}
.AnyTagClassName
{
color: #5ABBE0;
}
</style>
background-color css
<style>
a { background-color: #5ABBE0; }
a { background-color: rgb(90,187,224); }
div.DivClassName
{
background-color: #5ABBE0;
}
.BgClassName
{
background-color: #5ABBE0;
}
</style>
border-color css
<style>
span { border-color: #5ABBE0; }
span { border-color: rgb(90,187,224); }
td.TdClassName
{
border-color: #5ABBE0;
}
.TagClassName
{
border-color: #5ABBE0;
}
</style>