Shades of Malibu #5AB7EA
Tints of Malibu #5AB7EA
RGB
CMYK
RGB Variations
Color information
#5AB7EA (or 0x5AB7EA) is known color: Malibu. HEX triplet: 5A, B7 and EA. RGB value is (90,183,234). Sum of RGB (Red+Green+Blue) = 90+183+234=507 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.75% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #5AB7EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB7EA is #A54815. Grayscale: #A0A0A0. Windows color (decimal): -10831894 or 15382362. OLE color: 15382362.
HSL color Cylindrical-coordinate representation of color #5AB7EA: hue angle of 201.25º 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 #5AB7EA is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 183 | 234 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.08 |
| HSL | 201.25º | 0.77% | 0.64% | - |
| HSV(B) | 201.25º | 0.62% | 0.92% | - |
| XYZ | 36 | 41.98 | 84.05 | - |
| YUV | 161.01 | 169.19 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 183 | 234 | 0.62 | 0.22 | 0 | 0.08 | 201.25 | 0.77 | 0.64 |
| Hex | 5A | B7 | EA | 3E | 16 | 0 | 8 | C9 | 4D | 40 |
| Octal | 132 | 267 | 352 | 76 | 26 | 0 | 10 | 311 | 115 | 100 |
| Binary | 1011010 | 10110111 | 11101010 | 111110 | 10110 | 0 | 1000 | 11001001 | 1001101 | 1000000 |
Color Harmonies of #5AB7EA
Complementary color
Monochromatic Colors of #5AB7EA
Black with #5AB7EA
Text Example
Text Example
White with #5AB7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB7EA; }
p { color: rgb(90,183,234); }
H1.HeaderClassName
{
color: #5AB7EA;
}
.AnyTagClassName
{
color: #5AB7EA;
}
</style>
background-color css
<style>
a { background-color: #5AB7EA; }
a { background-color: rgb(90,183,234); }
div.DivClassName
{
background-color: #5AB7EA;
}
.BgClassName
{
background-color: #5AB7EA;
}
</style>
border-color css
<style>
span { border-color: #5AB7EA; }
span { border-color: rgb(90,183,234); }
td.TdClassName
{
border-color: #5AB7EA;
}
.TagClassName
{
border-color: #5AB7EA;
}
</style>