Shades of Malibu #5ABBDA
Tints of Malibu #5ABBDA
RGB
CMYK
RGB Variations
Color information
#5ABBDA (or 0x5ABBDA) is known color: Malibu. HEX triplet: 5A, BB and DA. RGB value is (90,187,218). Sum of RGB (Red+Green+Blue) = 90+187+218=495 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.18% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #5ABBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABBDA is #A54425. Grayscale: #A1A1A1. Windows color (decimal): -10830886 or 14334810. OLE color: 14334810.
HSL color Cylindrical-coordinate representation of color #5ABBDA: hue angle of 194.53º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ABBDA is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 187 | 218 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.15 |
| HSL | 194.53º | 0.63% | 0.6% | - |
| HSV(B) | 194.53º | 0.59% | 0.85% | - |
| XYZ | 34.64 | 42.78 | 72.76 | - |
| YUV | 161.53 | 159.86 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 187 | 218 | 0.59 | 0.14 | 0 | 0.15 | 194.53 | 0.63 | 0.6 |
| Hex | 5A | BB | DA | 3B | E | 0 | F | C3 | 3F | 3C |
| Octal | 132 | 273 | 332 | 73 | 16 | 0 | 17 | 303 | 77 | 74 |
| Binary | 1011010 | 10111011 | 11011010 | 111011 | 1110 | 0 | 1111 | 11000011 | 111111 | 111100 |
Color Harmonies of #5ABBDA
Complementary color
Monochromatic Colors of #5ABBDA
Black with #5ABBDA
Text Example
Text Example
White with #5ABBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABBDA; }
p { color: rgb(90,187,218); }
H1.HeaderClassName
{
color: #5ABBDA;
}
.AnyTagClassName
{
color: #5ABBDA;
}
</style>
background-color css
<style>
a { background-color: #5ABBDA; }
a { background-color: rgb(90,187,218); }
div.DivClassName
{
background-color: #5ABBDA;
}
.BgClassName
{
background-color: #5ABBDA;
}
</style>
border-color css
<style>
span { border-color: #5ABBDA; }
span { border-color: rgb(90,187,218); }
td.TdClassName
{
border-color: #5ABBDA;
}
.TagClassName
{
border-color: #5ABBDA;
}
</style>