Shades of Malibu #5AAEEB
Tints of Malibu #5AAEEB
RGB
CMYK
RGB Variations
Color information
#5AAEEB (or 0x5AAEEB) is known color: Malibu. HEX triplet: 5A, AE and EB. RGB value is (90,174,235). Sum of RGB (Red+Green+Blue) = 90+174+235=499 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18.04% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #5AAEEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AAEEB is #A55114. Grayscale: #9B9B9B. Windows color (decimal): -10834197 or 15445594. OLE color: 15445594.
HSL color Cylindrical-coordinate representation of color #5AAEEB: hue angle of 205.24º degrees, saturation: 0.78, 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 #5AAEEB is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 174 | 235 | - |
| CMYK | 0.62 | 0.26 | 0 | 0.08 |
| HSL | 205.24º | 0.78% | 0.64% | - |
| HSV(B) | 205.24º | 0.62% | 0.92% | - |
| XYZ | 34.35 | 38.44 | 84.21 | - |
| YUV | 155.84 | 172.67 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 174 | 235 | 0.62 | 0.26 | 0 | 0.08 | 205.24 | 0.78 | 0.64 |
| Hex | 5A | AE | EB | 3E | 1A | 0 | 8 | CD | 4E | 40 |
| Octal | 132 | 256 | 353 | 76 | 32 | 0 | 10 | 315 | 116 | 100 |
| Binary | 1011010 | 10101110 | 11101011 | 111110 | 11010 | 0 | 1000 | 11001101 | 1001110 | 1000000 |
Color Harmonies of #5AAEEB
Complementary color
Monochromatic Colors of #5AAEEB
Black with #5AAEEB
Text Example
Text Example
White with #5AAEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAEEB; }
p { color: rgb(90,174,235); }
H1.HeaderClassName
{
color: #5AAEEB;
}
.AnyTagClassName
{
color: #5AAEEB;
}
</style>
background-color css
<style>
a { background-color: #5AAEEB; }
a { background-color: rgb(90,174,235); }
div.DivClassName
{
background-color: #5AAEEB;
}
.BgClassName
{
background-color: #5AAEEB;
}
</style>
border-color css
<style>
span { border-color: #5AAEEB; }
span { border-color: rgb(90,174,235); }
td.TdClassName
{
border-color: #5AAEEB;
}
.TagClassName
{
border-color: #5AAEEB;
}
</style>