Shades of Malibu #5ABEE2
Tints of Malibu #5ABEE2
RGB
CMYK
RGB Variations
Color information
#5ABEE2 (or 0x5ABEE2) is known color: Malibu. HEX triplet: 5A, BE and E2. RGB value is (90,190,226). Sum of RGB (Red+Green+Blue) = 90+190+226=506 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.79% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 226 (88.67% from 255 or 44.66% from 506); Max value from RGB is 226 - color contains mainly: blue. Hex color #5ABEE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABEE2 is #A5411D. Grayscale: #A3A3A3. Windows color (decimal): -10830110 or 14859866. OLE color: 14859866.
HSL color Cylindrical-coordinate representation of color #5ABEE2: hue angle of 195.88º 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 #5ABEE2 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 90 | 190 | 226 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.11 |
| HSL | 195.88º | 0.7% | 0.62% | - |
| HSV(B) | 195.88º | 0.6% | 0.89% | - |
| XYZ | 36.36 | 44.49 | 78.62 | - |
| YUV | 164.2 | 162.87 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 190 | 226 | 0.60 | 0.16 | 0 | 0.11 | 195.88 | 0.7 | 0.62 |
| Hex | 5A | BE | E2 | 3C | 10 | 0 | B | C4 | 46 | 3E |
| Octal | 132 | 276 | 342 | 74 | 20 | 0 | 13 | 304 | 106 | 76 |
| Binary | 1011010 | 10111110 | 11100010 | 111100 | 10000 | 0 | 1011 | 11000100 | 1000110 | 111110 |
Color Harmonies of #5ABEE2
Complementary color
Monochromatic Colors of #5ABEE2
Black with #5ABEE2
Text Example
Text Example
White with #5ABEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABEE2; }
p { color: rgb(90,190,226); }
H1.HeaderClassName
{
color: #5ABEE2;
}
.AnyTagClassName
{
color: #5ABEE2;
}
</style>
background-color css
<style>
a { background-color: #5ABEE2; }
a { background-color: rgb(90,190,226); }
div.DivClassName
{
background-color: #5ABEE2;
}
.BgClassName
{
background-color: #5ABEE2;
}
</style>
border-color css
<style>
span { border-color: #5ABEE2; }
span { border-color: rgb(90,190,226); }
td.TdClassName
{
border-color: #5ABEE2;
}
.TagClassName
{
border-color: #5ABEE2;
}
</style>