Shades of Malibu #5ABCEA
Tints of Malibu #5ABCEA
RGB
CMYK
RGB Variations
Color information
#5ABCEA (or 0x5ABCEA) is known color: Malibu. HEX triplet: 5A, BC and EA. RGB value is (90,188,234). Sum of RGB (Red+Green+Blue) = 90+188+234=512 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.58% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #5ABCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABCEA is #A54315. Grayscale: #A3A3A3. Windows color (decimal): -10830614 or 15383642. OLE color: 15383642.
HSL color Cylindrical-coordinate representation of color #5ABCEA: hue angle of 199.17º degrees, saturation: 0.77, 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 #5ABCEA is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 188 | 234 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.08 |
| HSL | 199.17º | 0.77% | 0.64% | - |
| HSV(B) | 199.17º | 0.62% | 0.92% | - |
| XYZ | 37.05 | 44.08 | 84.4 | - |
| YUV | 163.94 | 167.53 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 234 | 0.62 | 0.20 | 0 | 0.08 | 199.17 | 0.77 | 0.64 |
| Hex | 5A | BC | EA | 3E | 14 | 0 | 8 | C7 | 4D | 40 |
| Octal | 132 | 274 | 352 | 76 | 24 | 0 | 10 | 307 | 115 | 100 |
| Binary | 1011010 | 10111100 | 11101010 | 111110 | 10100 | 0 | 1000 | 11000111 | 1001101 | 1000000 |
Color Harmonies of #5ABCEA
Complementary color
Monochromatic Colors of #5ABCEA
Black with #5ABCEA
Text Example
Text Example
White with #5ABCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABCEA; }
p { color: rgb(90,188,234); }
H1.HeaderClassName
{
color: #5ABCEA;
}
.AnyTagClassName
{
color: #5ABCEA;
}
</style>
background-color css
<style>
a { background-color: #5ABCEA; }
a { background-color: rgb(90,188,234); }
div.DivClassName
{
background-color: #5ABCEA;
}
.BgClassName
{
background-color: #5ABCEA;
}
</style>
border-color css
<style>
span { border-color: #5ABCEA; }
span { border-color: rgb(90,188,234); }
td.TdClassName
{
border-color: #5ABCEA;
}
.TagClassName
{
border-color: #5ABCEA;
}
</style>