Shades of Malibu #5ABBEB
Tints of Malibu #5ABBEB
RGB
CMYK
RGB Variations
Color information
#5ABBEB (or 0x5ABBEB) is known color: Malibu. HEX triplet: 5A, BB and EB. RGB value is (90,187,235). Sum of RGB (Red+Green+Blue) = 90+187+235=512 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.58% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #5ABBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABBEB is #A54414. Grayscale: #A3A3A3. Windows color (decimal): -10830869 or 15448922. OLE color: 15448922.
HSL color Cylindrical-coordinate representation of color #5ABBEB: hue angle of 199.86º 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 #5ABBEB is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 187 | 235 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.08 |
| HSL | 199.86º | 0.78% | 0.64% | - |
| HSV(B) | 199.86º | 0.62% | 0.92% | - |
| XYZ | 36.98 | 43.71 | 85.09 | - |
| YUV | 163.47 | 168.36 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 187 | 235 | 0.62 | 0.20 | 0 | 0.08 | 199.86 | 0.78 | 0.64 |
| Hex | 5A | BB | EB | 3E | 14 | 0 | 8 | C8 | 4E | 40 |
| Octal | 132 | 273 | 353 | 76 | 24 | 0 | 10 | 310 | 116 | 100 |
| Binary | 1011010 | 10111011 | 11101011 | 111110 | 10100 | 0 | 1000 | 11001000 | 1001110 | 1000000 |
Color Harmonies of #5ABBEB
Complementary color
Monochromatic Colors of #5ABBEB
Black with #5ABBEB
Text Example
Text Example
White with #5ABBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABBEB; }
p { color: rgb(90,187,235); }
H1.HeaderClassName
{
color: #5ABBEB;
}
.AnyTagClassName
{
color: #5ABBEB;
}
</style>
background-color css
<style>
a { background-color: #5ABBEB; }
a { background-color: rgb(90,187,235); }
div.DivClassName
{
background-color: #5ABBEB;
}
.BgClassName
{
background-color: #5ABBEB;
}
</style>
border-color css
<style>
span { border-color: #5ABBEB; }
span { border-color: rgb(90,187,235); }
td.TdClassName
{
border-color: #5ABBEB;
}
.TagClassName
{
border-color: #5ABBEB;
}
</style>