Shades of Malibu #5ABAF6
Tints of Malibu #5ABAF6
RGB
CMYK
RGB Variations
Color information
#5ABAF6 (or 0x5ABAF6) is known color: Malibu. HEX triplet: 5A, BA and F6. RGB value is (90,186,246). Sum of RGB (Red+Green+Blue) = 90+186+246=522 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.24% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 246 (96.48% from 255 or 47.13% from 522); Max value from RGB is 246 - color contains mainly: blue. Hex color #5ABAF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABAF6 is #A54509. Grayscale: #A3A3A3. Windows color (decimal): -10831114 or 16169562. OLE color: 16169562.
HSL color Cylindrical-coordinate representation of color #5ABAF6: hue angle of 203.08º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5ABAF6 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 186 | 246 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.04 |
| HSL | 203.08º | 0.9% | 0.66% | - |
| HSV(B) | 203.08º | 0.63% | 0.96% | - |
| XYZ | 38.41 | 43.95 | 93.65 | - |
| YUV | 164.14 | 174.2 | 75.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 186 | 246 | 0.63 | 0.24 | 0 | 0.04 | 203.08 | 0.9 | 0.66 |
| Hex | 5A | BA | F6 | 3F | 18 | 0 | 4 | CB | 5A | 42 |
| Octal | 132 | 272 | 366 | 77 | 30 | 0 | 4 | 313 | 132 | 102 |
| Binary | 1011010 | 10111010 | 11110110 | 111111 | 11000 | 0 | 100 | 11001011 | 1011010 | 1000010 |
Color Harmonies of #5ABAF6
Complementary color
Monochromatic Colors of #5ABAF6
Black with #5ABAF6
Text Example
Text Example
White with #5ABAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABAF6; }
p { color: rgb(90,186,246); }
H1.HeaderClassName
{
color: #5ABAF6;
}
.AnyTagClassName
{
color: #5ABAF6;
}
</style>
background-color css
<style>
a { background-color: #5ABAF6; }
a { background-color: rgb(90,186,246); }
div.DivClassName
{
background-color: #5ABAF6;
}
.BgClassName
{
background-color: #5ABAF6;
}
</style>
border-color css
<style>
span { border-color: #5ABAF6; }
span { border-color: rgb(90,186,246); }
td.TdClassName
{
border-color: #5ABAF6;
}
.TagClassName
{
border-color: #5ABAF6;
}
</style>