Shades of Malibu #5ABCED
Tints of Malibu #5ABCED
RGB
CMYK
RGB Variations
Color information
#5ABCED (or 0x5ABCED) is known color: Malibu. HEX triplet: 5A, BC and ED. RGB value is (90,188,237). Sum of RGB (Red+Green+Blue) = 90+188+237=515 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.48% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #5ABCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABCED is #A54312. Grayscale: #A3A3A3. Windows color (decimal): -10830611 or 15580250. OLE color: 15580250.
HSL color Cylindrical-coordinate representation of color #5ABCED: hue angle of 200º degrees, saturation: 0.8, 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 #5ABCED is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 188 | 237 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.07 |
| HSL | 200º | 0.8% | 0.64% | - |
| HSV(B) | 200º | 0.62% | 0.93% | - |
| XYZ | 37.49 | 44.25 | 86.69 | - |
| YUV | 164.28 | 169.03 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 237 | 0.62 | 0.21 | 0 | 0.07 | 200 | 0.8 | 0.64 |
| Hex | 5A | BC | ED | 3E | 15 | 0 | 7 | C8 | 50 | 40 |
| Octal | 132 | 274 | 355 | 76 | 25 | 0 | 7 | 310 | 120 | 100 |
| Binary | 1011010 | 10111100 | 11101101 | 111110 | 10101 | 0 | 111 | 11001000 | 1010000 | 1000000 |
Color Harmonies of #5ABCED
Complementary color
Monochromatic Colors of #5ABCED
Black with #5ABCED
Text Example
Text Example
White with #5ABCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABCED; }
p { color: rgb(90,188,237); }
H1.HeaderClassName
{
color: #5ABCED;
}
.AnyTagClassName
{
color: #5ABCED;
}
</style>
background-color css
<style>
a { background-color: #5ABCED; }
a { background-color: rgb(90,188,237); }
div.DivClassName
{
background-color: #5ABCED;
}
.BgClassName
{
background-color: #5ABCED;
}
</style>
border-color css
<style>
span { border-color: #5ABCED; }
span { border-color: rgb(90,188,237); }
td.TdClassName
{
border-color: #5ABCED;
}
.TagClassName
{
border-color: #5ABCED;
}
</style>