Shades of Malibu #5AACEE
Tints of Malibu #5AACEE
RGB
CMYK
RGB Variations
Color information
#5AACEE (or 0x5AACEE) is known color: Malibu. HEX triplet: 5A, AC and EE. RGB value is (90,172,238). Sum of RGB (Red+Green+Blue) = 90+172+238=500 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #5AACEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AACEE is #A55311. Grayscale: #9A9A9A. Windows color (decimal): -10834706 or 15641690. OLE color: 15641690.
HSL color Cylindrical-coordinate representation of color #5AACEE: hue angle of 206.76º degrees, saturation: 0.81, 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 #5AACEE is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 172 | 238 | - |
| CMYK | 0.62 | 0.28 | 0 | 0.07 |
| HSL | 206.76º | 0.81% | 0.64% | - |
| HSV(B) | 206.76º | 0.62% | 0.93% | - |
| XYZ | 34.4 | 37.85 | 86.38 | - |
| YUV | 155.01 | 174.83 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 172 | 238 | 0.62 | 0.28 | 0 | 0.07 | 206.76 | 0.81 | 0.64 |
| Hex | 5A | AC | EE | 3E | 1C | 0 | 7 | CF | 51 | 40 |
| Octal | 132 | 254 | 356 | 76 | 34 | 0 | 7 | 317 | 121 | 100 |
| Binary | 1011010 | 10101100 | 11101110 | 111110 | 11100 | 0 | 111 | 11001111 | 1010001 | 1000000 |
Color Harmonies of #5AACEE
Complementary color
Monochromatic Colors of #5AACEE
Black with #5AACEE
Text Example
Text Example
White with #5AACEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AACEE; }
p { color: rgb(90,172,238); }
H1.HeaderClassName
{
color: #5AACEE;
}
.AnyTagClassName
{
color: #5AACEE;
}
</style>
background-color css
<style>
a { background-color: #5AACEE; }
a { background-color: rgb(90,172,238); }
div.DivClassName
{
background-color: #5AACEE;
}
.BgClassName
{
background-color: #5AACEE;
}
</style>
border-color css
<style>
span { border-color: #5AACEE; }
span { border-color: rgb(90,172,238); }
td.TdClassName
{
border-color: #5AACEE;
}
.TagClassName
{
border-color: #5AACEE;
}
</style>