Shades of Malibu #5AACEF
Tints of Malibu #5AACEF
RGB
CMYK
RGB Variations
Color information
#5AACEF (or 0x5AACEF) is known color: Malibu. HEX triplet: 5A, AC and EF. RGB value is (90,172,239). Sum of RGB (Red+Green+Blue) = 90+172+239=501 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.96% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #5AACEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AACEF is #A55310. Grayscale: #9A9A9A. Windows color (decimal): -10834705 or 15707226. OLE color: 15707226.
HSL color Cylindrical-coordinate representation of color #5AACEF: hue angle of 206.98º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AACEF is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 172 | 239 | - |
| CMYK | 0.62 | 0.28 | 0 | 0.06 |
| HSL | 206.98º | 0.82% | 0.65% | - |
| HSV(B) | 206.98º | 0.62% | 0.94% | - |
| XYZ | 34.55 | 37.91 | 87.16 | - |
| YUV | 155.12 | 175.33 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 172 | 239 | 0.62 | 0.28 | 0 | 0.06 | 206.98 | 0.82 | 0.65 |
| Hex | 5A | AC | EF | 3E | 1C | 0 | 6 | CF | 52 | 41 |
| Octal | 132 | 254 | 357 | 76 | 34 | 0 | 6 | 317 | 122 | 101 |
| Binary | 1011010 | 10101100 | 11101111 | 111110 | 11100 | 0 | 110 | 11001111 | 1010010 | 1000001 |
Color Harmonies of #5AACEF
Complementary color
Monochromatic Colors of #5AACEF
Black with #5AACEF
Text Example
Text Example
White with #5AACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AACEF; }
p { color: rgb(90,172,239); }
H1.HeaderClassName
{
color: #5AACEF;
}
.AnyTagClassName
{
color: #5AACEF;
}
</style>
background-color css
<style>
a { background-color: #5AACEF; }
a { background-color: rgb(90,172,239); }
div.DivClassName
{
background-color: #5AACEF;
}
.BgClassName
{
background-color: #5AACEF;
}
</style>
border-color css
<style>
span { border-color: #5AACEF; }
span { border-color: rgb(90,172,239); }
td.TdClassName
{
border-color: #5AACEF;
}
.TagClassName
{
border-color: #5AACEF;
}
</style>