Shades of Malibu #5AB2F9
Tints of Malibu #5AB2F9
RGB
CMYK
RGB Variations
Color information
#5AB2F9 (or 0x5AB2F9) is known color: Malibu. HEX triplet: 5A, B2 and F9. RGB value is (90,178,249). Sum of RGB (Red+Green+Blue) = 90+178+249=517 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.41% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 249 (97.66% from 255 or 48.16% from 517); Max value from RGB is 249 - color contains mainly: blue. Hex color #5AB2F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AB2F9 is #A54D06. Grayscale: #9F9F9F. Windows color (decimal): -10833159 or 16364122. OLE color: 16364122.
HSL color Cylindrical-coordinate representation of color #5AB2F9: hue angle of 206.79º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AB2F9 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 178 | 249 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.02 |
| HSL | 206.79º | 0.93% | 0.66% | - |
| HSV(B) | 206.79º | 0.64% | 0.98% | - |
| XYZ | 37.24 | 40.85 | 95.55 | - |
| YUV | 159.78 | 178.35 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 178 | 249 | 0.64 | 0.29 | 0 | 0.02 | 206.79 | 0.93 | 0.66 |
| Hex | 5A | B2 | F9 | 40 | 1D | 0 | 2 | CF | 5D | 42 |
| Octal | 132 | 262 | 371 | 100 | 35 | 0 | 2 | 317 | 135 | 102 |
| Binary | 1011010 | 10110010 | 11111001 | 1000000 | 11101 | 0 | 10 | 11001111 | 1011101 | 1000010 |
Color Harmonies of #5AB2F9
Complementary color
Monochromatic Colors of #5AB2F9
Black with #5AB2F9
Text Example
Text Example
White with #5AB2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB2F9; }
p { color: rgb(90,178,249); }
H1.HeaderClassName
{
color: #5AB2F9;
}
.AnyTagClassName
{
color: #5AB2F9;
}
</style>
background-color css
<style>
a { background-color: #5AB2F9; }
a { background-color: rgb(90,178,249); }
div.DivClassName
{
background-color: #5AB2F9;
}
.BgClassName
{
background-color: #5AB2F9;
}
</style>
border-color css
<style>
span { border-color: #5AB2F9; }
span { border-color: rgb(90,178,249); }
td.TdClassName
{
border-color: #5AB2F9;
}
.TagClassName
{
border-color: #5AB2F9;
}
</style>