Shades of Malibu #5ABCE6
Tints of Malibu #5ABCE6
RGB
CMYK
RGB Variations
Color information
#5ABCE6 (or 0x5ABCE6) is known color: Malibu. HEX triplet: 5A, BC and E6. RGB value is (90,188,230). Sum of RGB (Red+Green+Blue) = 90+188+230=508 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.72% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 230 (90.23% from 255 or 45.28% from 508); Max value from RGB is 230 - color contains mainly: blue. Hex color #5ABCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABCE6 is #A54319. Grayscale: #A3A3A3. Windows color (decimal): -10830618 or 15121498. OLE color: 15121498.
HSL color Cylindrical-coordinate representation of color #5ABCE6: hue angle of 198º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5ABCE6 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 188 | 230 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.10 |
| HSL | 198º | 0.74% | 0.63% | - |
| HSV(B) | 198º | 0.61% | 0.9% | - |
| XYZ | 36.48 | 43.85 | 81.4 | - |
| YUV | 163.49 | 165.53 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 230 | 0.61 | 0.18 | 0 | 0.10 | 198 | 0.74 | 0.63 |
| Hex | 5A | BC | E6 | 3D | 12 | 0 | A | C6 | 4A | 3F |
| Octal | 132 | 274 | 346 | 75 | 22 | 0 | 12 | 306 | 112 | 77 |
| Binary | 1011010 | 10111100 | 11100110 | 111101 | 10010 | 0 | 1010 | 11000110 | 1001010 | 111111 |
Color Harmonies of #5ABCE6
Complementary color
Monochromatic Colors of #5ABCE6
Black with #5ABCE6
Text Example
Text Example
White with #5ABCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABCE6; }
p { color: rgb(90,188,230); }
H1.HeaderClassName
{
color: #5ABCE6;
}
.AnyTagClassName
{
color: #5ABCE6;
}
</style>
background-color css
<style>
a { background-color: #5ABCE6; }
a { background-color: rgb(90,188,230); }
div.DivClassName
{
background-color: #5ABCE6;
}
.BgClassName
{
background-color: #5ABCE6;
}
</style>
border-color css
<style>
span { border-color: #5ABCE6; }
span { border-color: rgb(90,188,230); }
td.TdClassName
{
border-color: #5ABCE6;
}
.TagClassName
{
border-color: #5ABCE6;
}
</style>