Shades of Malibu #5AB7EB
Tints of Malibu #5AB7EB
RGB
CMYK
RGB Variations
Color information
#5AB7EB (or 0x5AB7EB) is known color: Malibu. HEX triplet: 5A, B7 and EB. RGB value is (90,183,235). Sum of RGB (Red+Green+Blue) = 90+183+235=508 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.72% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #5AB7EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB7EB is #A54814. Grayscale: #A0A0A0. Windows color (decimal): -10831893 or 15447898. OLE color: 15447898.
HSL color Cylindrical-coordinate representation of color #5AB7EB: hue angle of 201.52º 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 #5AB7EB is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 183 | 235 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.08 |
| HSL | 201.52º | 0.78% | 0.64% | - |
| HSV(B) | 201.52º | 0.62% | 0.92% | - |
| XYZ | 36.15 | 42.04 | 84.81 | - |
| YUV | 161.12 | 169.69 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 183 | 235 | 0.62 | 0.22 | 0 | 0.08 | 201.52 | 0.78 | 0.64 |
| Hex | 5A | B7 | EB | 3E | 16 | 0 | 8 | CA | 4E | 40 |
| Octal | 132 | 267 | 353 | 76 | 26 | 0 | 10 | 312 | 116 | 100 |
| Binary | 1011010 | 10110111 | 11101011 | 111110 | 10110 | 0 | 1000 | 11001010 | 1001110 | 1000000 |
Color Harmonies of #5AB7EB
Complementary color
Monochromatic Colors of #5AB7EB
Black with #5AB7EB
Text Example
Text Example
White with #5AB7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB7EB; }
p { color: rgb(90,183,235); }
H1.HeaderClassName
{
color: #5AB7EB;
}
.AnyTagClassName
{
color: #5AB7EB;
}
</style>
background-color css
<style>
a { background-color: #5AB7EB; }
a { background-color: rgb(90,183,235); }
div.DivClassName
{
background-color: #5AB7EB;
}
.BgClassName
{
background-color: #5AB7EB;
}
</style>
border-color css
<style>
span { border-color: #5AB7EB; }
span { border-color: rgb(90,183,235); }
td.TdClassName
{
border-color: #5AB7EB;
}
.TagClassName
{
border-color: #5AB7EB;
}
</style>