Shades of Malibu #5ABFF0
Tints of Malibu #5ABFF0
RGB
CMYK
RGB Variations
Color information
#5ABFF0 (or 0x5ABFF0) is known color: Malibu. HEX triplet: 5A, BF and F0. RGB value is (90,191,240). Sum of RGB (Red+Green+Blue) = 90+191+240=521 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.27% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #5ABFF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABFF0 is #A5400F. Grayscale: #A6A6A6. Windows color (decimal): -10829840 or 15777626. OLE color: 15777626.
HSL color Cylindrical-coordinate representation of color #5ABFF0: hue angle of 199.6º degrees, saturation: 0.83, 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 #5ABFF0 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 191 | 240 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.06 |
| HSL | 199.6º | 0.83% | 0.65% | - |
| HSV(B) | 199.6º | 0.63% | 0.94% | - |
| XYZ | 38.58 | 45.73 | 89.23 | - |
| YUV | 166.39 | 169.54 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 191 | 240 | 0.62 | 0.20 | 0 | 0.06 | 199.6 | 0.83 | 0.65 |
| Hex | 5A | BF | F0 | 3E | 14 | 0 | 6 | C8 | 53 | 41 |
| Octal | 132 | 277 | 360 | 76 | 24 | 0 | 6 | 310 | 123 | 101 |
| Binary | 1011010 | 10111111 | 11110000 | 111110 | 10100 | 0 | 110 | 11001000 | 1010011 | 1000001 |
Color Harmonies of #5ABFF0
Complementary color
Monochromatic Colors of #5ABFF0
Black with #5ABFF0
Text Example
Text Example
White with #5ABFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABFF0; }
p { color: rgb(90,191,240); }
H1.HeaderClassName
{
color: #5ABFF0;
}
.AnyTagClassName
{
color: #5ABFF0;
}
</style>
background-color css
<style>
a { background-color: #5ABFF0; }
a { background-color: rgb(90,191,240); }
div.DivClassName
{
background-color: #5ABFF0;
}
.BgClassName
{
background-color: #5ABFF0;
}
</style>
border-color css
<style>
span { border-color: #5ABFF0; }
span { border-color: rgb(90,191,240); }
td.TdClassName
{
border-color: #5ABFF0;
}
.TagClassName
{
border-color: #5ABFF0;
}
</style>