Shades of Malibu #5ABFEB
Tints of Malibu #5ABFEB
RGB
CMYK
RGB Variations
Color information
#5ABFEB (or 0x5ABFEB) is known color: Malibu. HEX triplet: 5A, BF and EB. RGB value is (90,191,235). Sum of RGB (Red+Green+Blue) = 90+191+235=516 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.44% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #5ABFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABFEB is #A54014. Grayscale: #A5A5A5. Windows color (decimal): -10829845 or 15449946. OLE color: 15449946.
HSL color Cylindrical-coordinate representation of color #5ABFEB: hue angle of 198.21º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ABFEB is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 191 | 235 | - |
| CMYK | 0.62 | 0.19 | 0 | 0.08 |
| HSL | 198.21º | 0.78% | 0.64% | - |
| HSV(B) | 198.21º | 0.62% | 0.92% | - |
| XYZ | 37.84 | 45.43 | 85.37 | - |
| YUV | 165.82 | 167.04 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 191 | 235 | 0.62 | 0.19 | 0 | 0.08 | 198.21 | 0.78 | 0.64 |
| Hex | 5A | BF | EB | 3E | 13 | 0 | 8 | C6 | 4E | 40 |
| Octal | 132 | 277 | 353 | 76 | 23 | 0 | 10 | 306 | 116 | 100 |
| Binary | 1011010 | 10111111 | 11101011 | 111110 | 10011 | 0 | 1000 | 11000110 | 1001110 | 1000000 |
Color Harmonies of #5ABFEB
Complementary color
Monochromatic Colors of #5ABFEB
Black with #5ABFEB
Text Example
Text Example
White with #5ABFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABFEB; }
p { color: rgb(90,191,235); }
H1.HeaderClassName
{
color: #5ABFEB;
}
.AnyTagClassName
{
color: #5ABFEB;
}
</style>
background-color css
<style>
a { background-color: #5ABFEB; }
a { background-color: rgb(90,191,235); }
div.DivClassName
{
background-color: #5ABFEB;
}
.BgClassName
{
background-color: #5ABFEB;
}
</style>
border-color css
<style>
span { border-color: #5ABFEB; }
span { border-color: rgb(90,191,235); }
td.TdClassName
{
border-color: #5ABFEB;
}
.TagClassName
{
border-color: #5ABFEB;
}
</style>