Shades of Malibu #5ABCEB
Tints of Malibu #5ABCEB
RGB
CMYK
RGB Variations
Color information
#5ABCEB (or 0x5ABCEB) is known color: Malibu. HEX triplet: 5A, BC and EB. RGB value is (90,188,235). Sum of RGB (Red+Green+Blue) = 90+188+235=513 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.54% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #5ABCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABCEB is #A54314. Grayscale: #A3A3A3. Windows color (decimal): -10830613 or 15449178. OLE color: 15449178.
HSL color Cylindrical-coordinate representation of color #5ABCEB: hue angle of 199.45º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ABCEB is Cyan = 0.62, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 188 | 235 | - |
| CMYK | 0.62 | 0.2 | 0 | 0.08 |
| HSL | 199.45º | 0.78% | 0.64% | - |
| HSV(B) | 199.45º | 0.62% | 0.92% | - |
| XYZ | 37.2 | 44.14 | 85.16 | - |
| YUV | 164.06 | 168.03 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 235 | 0.62 | 0.2 | 0 | 0.08 | 199.45 | 0.78 | 0.64 |
| Hex | 5A | BC | EB | 3E | 14 | 0 | 8 | C7 | 4E | 40 |
| Octal | 132 | 274 | 353 | 76 | 24 | 0 | 10 | 307 | 116 | 100 |
| Binary | 1011010 | 10111100 | 11101011 | 111110 | 10100 | 0 | 1000 | 11000111 | 1001110 | 1000000 |
Color Harmonies of #5ABCEB
Complementary color
Monochromatic Colors of #5ABCEB
Black with #5ABCEB
Text Example
Text Example
White with #5ABCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABCEB; }
p { color: rgb(90,188,235); }
H1.HeaderClassName
{
color: #5ABCEB;
}
.AnyTagClassName
{
color: #5ABCEB;
}
</style>
background-color css
<style>
a { background-color: #5ABCEB; }
a { background-color: rgb(90,188,235); }
div.DivClassName
{
background-color: #5ABCEB;
}
.BgClassName
{
background-color: #5ABCEB;
}
</style>
border-color css
<style>
span { border-color: #5ABCEB; }
span { border-color: rgb(90,188,235); }
td.TdClassName
{
border-color: #5ABCEB;
}
.TagClassName
{
border-color: #5ABCEB;
}
</style>