Shades of Malibu #5AB8F4
Tints of Malibu #5AB8F4
RGB
CMYK
RGB Variations
Color information
#5AB8F4 (or 0x5AB8F4) is known color: Malibu. HEX triplet: 5A, B8 and F4. RGB value is (90,184,244). Sum of RGB (Red+Green+Blue) = 90+184+244=518 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.37% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 244 (95.70% from 255 or 47.10% from 518); Max value from RGB is 244 - color contains mainly: blue. Hex color #5AB8F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB8F4 is #A5470B. Grayscale: #A2A2A2. Windows color (decimal): -10831628 or 16037978. OLE color: 16037978.
HSL color Cylindrical-coordinate representation of color #5AB8F4: hue angle of 203.38º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AB8F4 is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 184 | 244 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.04 |
| HSL | 203.38º | 0.88% | 0.65% | - |
| HSV(B) | 203.38º | 0.63% | 0.96% | - |
| XYZ | 37.69 | 42.99 | 91.9 | - |
| YUV | 162.73 | 173.86 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 184 | 244 | 0.63 | 0.25 | 0 | 0.04 | 203.38 | 0.88 | 0.65 |
| Hex | 5A | B8 | F4 | 3F | 19 | 0 | 4 | CB | 58 | 41 |
| Octal | 132 | 270 | 364 | 77 | 31 | 0 | 4 | 313 | 130 | 101 |
| Binary | 1011010 | 10111000 | 11110100 | 111111 | 11001 | 0 | 100 | 11001011 | 1011000 | 1000001 |
Color Harmonies of #5AB8F4
Complementary color
Monochromatic Colors of #5AB8F4
Black with #5AB8F4
Text Example
Text Example
White with #5AB8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB8F4; }
p { color: rgb(90,184,244); }
H1.HeaderClassName
{
color: #5AB8F4;
}
.AnyTagClassName
{
color: #5AB8F4;
}
</style>
background-color css
<style>
a { background-color: #5AB8F4; }
a { background-color: rgb(90,184,244); }
div.DivClassName
{
background-color: #5AB8F4;
}
.BgClassName
{
background-color: #5AB8F4;
}
</style>
border-color css
<style>
span { border-color: #5AB8F4; }
span { border-color: rgb(90,184,244); }
td.TdClassName
{
border-color: #5AB8F4;
}
.TagClassName
{
border-color: #5AB8F4;
}
</style>