Shades of Malibu #5ABCE2
Tints of Malibu #5ABCE2
RGB
CMYK
RGB Variations
Color information
#5ABCE2 (or 0x5ABCE2) is known color: Malibu. HEX triplet: 5A, BC and E2. RGB value is (90,188,226). Sum of RGB (Red+Green+Blue) = 90+188+226=504 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.86% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 226 (88.67% from 255 or 44.84% from 504); Max value from RGB is 226 - color contains mainly: blue. Hex color #5ABCE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABCE2 is #A5431D. Grayscale: #A2A2A2. Windows color (decimal): -10830622 or 14859354. OLE color: 14859354.
HSL color Cylindrical-coordinate representation of color #5ABCE2: hue angle of 196.76º 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 #5ABCE2 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 90 | 188 | 226 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.11 |
| HSL | 196.76º | 0.7% | 0.62% | - |
| HSV(B) | 196.76º | 0.6% | 0.89% | - |
| XYZ | 35.93 | 43.63 | 78.48 | - |
| YUV | 163.03 | 163.53 | 75.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 226 | 0.60 | 0.17 | 0 | 0.11 | 196.76 | 0.7 | 0.62 |
| Hex | 5A | BC | E2 | 3C | 11 | 0 | B | C5 | 46 | 3E |
| Octal | 132 | 274 | 342 | 74 | 21 | 0 | 13 | 305 | 106 | 76 |
| Binary | 1011010 | 10111100 | 11100010 | 111100 | 10001 | 0 | 1011 | 11000101 | 1000110 | 111110 |
Color Harmonies of #5ABCE2
Complementary color
Monochromatic Colors of #5ABCE2
Black with #5ABCE2
Text Example
Text Example
White with #5ABCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABCE2; }
p { color: rgb(90,188,226); }
H1.HeaderClassName
{
color: #5ABCE2;
}
.AnyTagClassName
{
color: #5ABCE2;
}
</style>
background-color css
<style>
a { background-color: #5ABCE2; }
a { background-color: rgb(90,188,226); }
div.DivClassName
{
background-color: #5ABCE2;
}
.BgClassName
{
background-color: #5ABCE2;
}
</style>
border-color css
<style>
span { border-color: #5ABCE2; }
span { border-color: rgb(90,188,226); }
td.TdClassName
{
border-color: #5ABCE2;
}
.TagClassName
{
border-color: #5ABCE2;
}
</style>