Shades of Malibu #5ABCDC
Tints of Malibu #5ABCDC
RGB
CMYK
RGB Variations
Color information
#5ABCDC (or 0x5ABCDC) is known color: Malibu. HEX triplet: 5A, BC and DC. RGB value is (90,188,220). Sum of RGB (Red+Green+Blue) = 90+188+220=498 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.07% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #5ABCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABCDC is #A54323. Grayscale: #A2A2A2. Windows color (decimal): -10830628 or 14466138. OLE color: 14466138.
HSL color Cylindrical-coordinate representation of color #5ABCDC: hue angle of 194.77º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ABCDC is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 188 | 220 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.14 |
| HSL | 194.77º | 0.65% | 0.61% | - |
| HSV(B) | 194.77º | 0.59% | 0.86% | - |
| XYZ | 35.12 | 43.31 | 74.22 | - |
| YUV | 162.35 | 160.53 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 220 | 0.59 | 0.15 | 0 | 0.14 | 194.77 | 0.65 | 0.61 |
| Hex | 5A | BC | DC | 3B | F | 0 | E | C3 | 41 | 3D |
| Octal | 132 | 274 | 334 | 73 | 17 | 0 | 16 | 303 | 101 | 75 |
| Binary | 1011010 | 10111100 | 11011100 | 111011 | 1111 | 0 | 1110 | 11000011 | 1000001 | 111101 |
Color Harmonies of #5ABCDC
Complementary color
Monochromatic Colors of #5ABCDC
Black with #5ABCDC
Text Example
Text Example
White with #5ABCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABCDC; }
p { color: rgb(90,188,220); }
H1.HeaderClassName
{
color: #5ABCDC;
}
.AnyTagClassName
{
color: #5ABCDC;
}
</style>
background-color css
<style>
a { background-color: #5ABCDC; }
a { background-color: rgb(90,188,220); }
div.DivClassName
{
background-color: #5ABCDC;
}
.BgClassName
{
background-color: #5ABCDC;
}
</style>
border-color css
<style>
span { border-color: #5ABCDC; }
span { border-color: rgb(90,188,220); }
td.TdClassName
{
border-color: #5ABCDC;
}
.TagClassName
{
border-color: #5ABCDC;
}
</style>