Shades of Malibu #5ABBE2
Tints of Malibu #5ABBE2
RGB
CMYK
RGB Variations
Color information
#5ABBE2 (or 0x5ABBE2) is known color: Malibu. HEX triplet: 5A, BB and E2. RGB value is (90,187,226). Sum of RGB (Red+Green+Blue) = 90+187+226=503 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.89% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 226 (88.67% from 255 or 44.93% from 503); Max value from RGB is 226 - color contains mainly: blue. Hex color #5ABBE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABBE2 is #A5441D. Grayscale: #A2A2A2. Windows color (decimal): -10830878 or 14859098. OLE color: 14859098.
HSL color Cylindrical-coordinate representation of color #5ABBE2: hue angle of 197.21º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ABBE2 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 90 | 187 | 226 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.11 |
| HSL | 197.21º | 0.7% | 0.62% | - |
| HSV(B) | 197.21º | 0.6% | 0.89% | - |
| XYZ | 35.71 | 43.21 | 78.41 | - |
| YUV | 162.44 | 163.86 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 187 | 226 | 0.60 | 0.17 | 0 | 0.11 | 197.21 | 0.7 | 0.62 |
| Hex | 5A | BB | E2 | 3C | 11 | 0 | B | C5 | 46 | 3E |
| Octal | 132 | 273 | 342 | 74 | 21 | 0 | 13 | 305 | 106 | 76 |
| Binary | 1011010 | 10111011 | 11100010 | 111100 | 10001 | 0 | 1011 | 11000101 | 1000110 | 111110 |
Color Harmonies of #5ABBE2
Complementary color
Monochromatic Colors of #5ABBE2
Black with #5ABBE2
Text Example
Text Example
White with #5ABBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABBE2; }
p { color: rgb(90,187,226); }
H1.HeaderClassName
{
color: #5ABBE2;
}
.AnyTagClassName
{
color: #5ABBE2;
}
</style>
background-color css
<style>
a { background-color: #5ABBE2; }
a { background-color: rgb(90,187,226); }
div.DivClassName
{
background-color: #5ABBE2;
}
.BgClassName
{
background-color: #5ABBE2;
}
</style>
border-color css
<style>
span { border-color: #5ABBE2; }
span { border-color: rgb(90,187,226); }
td.TdClassName
{
border-color: #5ABBE2;
}
.TagClassName
{
border-color: #5ABBE2;
}
</style>