Shades of Malibu #5AB7EF
Tints of Malibu #5AB7EF
RGB
CMYK
RGB Variations
Color information
#5AB7EF (or 0x5AB7EF) is known color: Malibu. HEX triplet: 5A, B7 and EF. RGB value is (90,183,239). Sum of RGB (Red+Green+Blue) = 90+183+239=512 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.58% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #5AB7EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB7EF is #A54810. Grayscale: #A1A1A1. Windows color (decimal): -10831889 or 15710042. OLE color: 15710042.
HSL color Cylindrical-coordinate representation of color #5AB7EF: hue angle of 202.55º 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 #5AB7EF is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 183 | 239 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.06 |
| HSL | 202.55º | 0.82% | 0.65% | - |
| HSV(B) | 202.55º | 0.62% | 0.94% | - |
| XYZ | 36.73 | 42.27 | 87.88 | - |
| YUV | 161.58 | 171.69 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 183 | 239 | 0.62 | 0.23 | 0 | 0.06 | 202.55 | 0.82 | 0.65 |
| Hex | 5A | B7 | EF | 3E | 17 | 0 | 6 | CB | 52 | 41 |
| Octal | 132 | 267 | 357 | 76 | 27 | 0 | 6 | 313 | 122 | 101 |
| Binary | 1011010 | 10110111 | 11101111 | 111110 | 10111 | 0 | 110 | 11001011 | 1010010 | 1000001 |
Color Harmonies of #5AB7EF
Complementary color
Monochromatic Colors of #5AB7EF
Black with #5AB7EF
Text Example
Text Example
White with #5AB7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB7EF; }
p { color: rgb(90,183,239); }
H1.HeaderClassName
{
color: #5AB7EF;
}
.AnyTagClassName
{
color: #5AB7EF;
}
</style>
background-color css
<style>
a { background-color: #5AB7EF; }
a { background-color: rgb(90,183,239); }
div.DivClassName
{
background-color: #5AB7EF;
}
.BgClassName
{
background-color: #5AB7EF;
}
</style>
border-color css
<style>
span { border-color: #5AB7EF; }
span { border-color: rgb(90,183,239); }
td.TdClassName
{
border-color: #5AB7EF;
}
.TagClassName
{
border-color: #5AB7EF;
}
</style>