Shades of Malibu #5AACEA
Tints of Malibu #5AACEA
RGB
CMYK
RGB Variations
Color information
#5AACEA (or 0x5AACEA) is known color: Malibu. HEX triplet: 5A, AC and EA. RGB value is (90,172,234). Sum of RGB (Red+Green+Blue) = 90+172+234=496 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.15% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #5AACEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AACEA is #A55315. Grayscale: #9A9A9A. Windows color (decimal): -10834710 or 15379546. OLE color: 15379546.
HSL color Cylindrical-coordinate representation of color #5AACEA: hue angle of 205.83º 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 #5AACEA is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 172 | 234 | - |
| CMYK | 0.62 | 0.26 | 0 | 0.08 |
| HSL | 205.83º | 0.77% | 0.64% | - |
| HSV(B) | 205.83º | 0.62% | 0.92% | - |
| XYZ | 33.82 | 37.62 | 83.32 | - |
| YUV | 154.55 | 172.83 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 172 | 234 | 0.62 | 0.26 | 0 | 0.08 | 205.83 | 0.77 | 0.64 |
| Hex | 5A | AC | EA | 3E | 1A | 0 | 8 | CE | 4D | 40 |
| Octal | 132 | 254 | 352 | 76 | 32 | 0 | 10 | 316 | 115 | 100 |
| Binary | 1011010 | 10101100 | 11101010 | 111110 | 11010 | 0 | 1000 | 11001110 | 1001101 | 1000000 |
Color Harmonies of #5AACEA
Complementary color
Monochromatic Colors of #5AACEA
Black with #5AACEA
Text Example
Text Example
White with #5AACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AACEA; }
p { color: rgb(90,172,234); }
H1.HeaderClassName
{
color: #5AACEA;
}
.AnyTagClassName
{
color: #5AACEA;
}
</style>
background-color css
<style>
a { background-color: #5AACEA; }
a { background-color: rgb(90,172,234); }
div.DivClassName
{
background-color: #5AACEA;
}
.BgClassName
{
background-color: #5AACEA;
}
</style>
border-color css
<style>
span { border-color: #5AACEA; }
span { border-color: rgb(90,172,234); }
td.TdClassName
{
border-color: #5AACEA;
}
.TagClassName
{
border-color: #5AACEA;
}
</style>