Shades of Malibu #5AB0FA
Tints of Malibu #5AB0FA
RGB
CMYK
RGB Variations
Color information
#5AB0FA (or 0x5AB0FA) is known color: Malibu. HEX triplet: 5A, B0 and FA. RGB value is (90,176,250). Sum of RGB (Red+Green+Blue) = 90+176+250=516 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.44% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #5AB0FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AB0FA is #A54F05. Grayscale: #9E9E9E. Windows color (decimal): -10833670 or 16429146. OLE color: 16429146.
HSL color Cylindrical-coordinate representation of color #5AB0FA: hue angle of 207.75º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AB0FA is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 176 | 250 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.02 |
| HSL | 207.75º | 0.94% | 0.67% | - |
| HSV(B) | 207.75º | 0.64% | 0.98% | - |
| XYZ | 37 | 40.13 | 96.24 | - |
| YUV | 158.72 | 179.51 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 176 | 250 | 0.64 | 0.30 | 0 | 0.02 | 207.75 | 0.94 | 0.67 |
| Hex | 5A | B0 | FA | 40 | 1E | 0 | 2 | D0 | 5E | 43 |
| Octal | 132 | 260 | 372 | 100 | 36 | 0 | 2 | 320 | 136 | 103 |
| Binary | 1011010 | 10110000 | 11111010 | 1000000 | 11110 | 0 | 10 | 11010000 | 1011110 | 1000011 |
Color Harmonies of #5AB0FA
Complementary color
Monochromatic Colors of #5AB0FA
Black with #5AB0FA
Text Example
Text Example
White with #5AB0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB0FA; }
p { color: rgb(90,176,250); }
H1.HeaderClassName
{
color: #5AB0FA;
}
.AnyTagClassName
{
color: #5AB0FA;
}
</style>
background-color css
<style>
a { background-color: #5AB0FA; }
a { background-color: rgb(90,176,250); }
div.DivClassName
{
background-color: #5AB0FA;
}
.BgClassName
{
background-color: #5AB0FA;
}
</style>
border-color css
<style>
span { border-color: #5AB0FA; }
span { border-color: rgb(90,176,250); }
td.TdClassName
{
border-color: #5AB0FA;
}
.TagClassName
{
border-color: #5AB0FA;
}
</style>