Shades of Malibu #5AB3EF
Tints of Malibu #5AB3EF
RGB
CMYK
RGB Variations
Color information
#5AB3EF (or 0x5AB3EF) is known color: Malibu. HEX triplet: 5A, B3 and EF. RGB value is (90,179,239). Sum of RGB (Red+Green+Blue) = 90+179+239=508 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.72% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #5AB3EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB3EF is #A54C10. Grayscale: #9E9E9E. Windows color (decimal): -10832913 or 15709018. OLE color: 15709018.
HSL color Cylindrical-coordinate representation of color #5AB3EF: hue angle of 204.16º 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 #5AB3EF is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 179 | 239 | - |
| CMYK | 0.62 | 0.25 | 0 | 0.06 |
| HSL | 204.16º | 0.82% | 0.65% | - |
| HSV(B) | 204.16º | 0.62% | 0.94% | - |
| XYZ | 35.92 | 40.65 | 87.61 | - |
| YUV | 159.23 | 173.01 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 179 | 239 | 0.62 | 0.25 | 0 | 0.06 | 204.16 | 0.82 | 0.65 |
| Hex | 5A | B3 | EF | 3E | 19 | 0 | 6 | CC | 52 | 41 |
| Octal | 132 | 263 | 357 | 76 | 31 | 0 | 6 | 314 | 122 | 101 |
| Binary | 1011010 | 10110011 | 11101111 | 111110 | 11001 | 0 | 110 | 11001100 | 1010010 | 1000001 |
Color Harmonies of #5AB3EF
Complementary color
Monochromatic Colors of #5AB3EF
Black with #5AB3EF
Text Example
Text Example
White with #5AB3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB3EF; }
p { color: rgb(90,179,239); }
H1.HeaderClassName
{
color: #5AB3EF;
}
.AnyTagClassName
{
color: #5AB3EF;
}
</style>
background-color css
<style>
a { background-color: #5AB3EF; }
a { background-color: rgb(90,179,239); }
div.DivClassName
{
background-color: #5AB3EF;
}
.BgClassName
{
background-color: #5AB3EF;
}
</style>
border-color css
<style>
span { border-color: #5AB3EF; }
span { border-color: rgb(90,179,239); }
td.TdClassName
{
border-color: #5AB3EF;
}
.TagClassName
{
border-color: #5AB3EF;
}
</style>