Shades of Malibu #5ABFDC
Tints of Malibu #5ABFDC
RGB
CMYK
RGB Variations
Color information
#5ABFDC (or 0x5ABFDC) is known color: Malibu. HEX triplet: 5A, BF and DC. RGB value is (90,191,220). Sum of RGB (Red+Green+Blue) = 90+191+220=501 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.96% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #5ABFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABFDC is #A54023. Grayscale: #A3A3A3. Windows color (decimal): -10829860 or 14466906. OLE color: 14466906.
HSL color Cylindrical-coordinate representation of color #5ABFDC: hue angle of 193.38º 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 #5ABFDC is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 191 | 220 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.14 |
| HSL | 193.38º | 0.65% | 0.61% | - |
| HSV(B) | 193.38º | 0.59% | 0.86% | - |
| XYZ | 35.77 | 44.6 | 74.43 | - |
| YUV | 164.11 | 159.54 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 191 | 220 | 0.59 | 0.13 | 0 | 0.14 | 193.38 | 0.65 | 0.61 |
| Hex | 5A | BF | DC | 3B | D | 0 | E | C1 | 41 | 3D |
| Octal | 132 | 277 | 334 | 73 | 15 | 0 | 16 | 301 | 101 | 75 |
| Binary | 1011010 | 10111111 | 11011100 | 111011 | 1101 | 0 | 1110 | 11000001 | 1000001 | 111101 |
Color Harmonies of #5ABFDC
Complementary color
Monochromatic Colors of #5ABFDC
Black with #5ABFDC
Text Example
Text Example
White with #5ABFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABFDC; }
p { color: rgb(90,191,220); }
H1.HeaderClassName
{
color: #5ABFDC;
}
.AnyTagClassName
{
color: #5ABFDC;
}
</style>
background-color css
<style>
a { background-color: #5ABFDC; }
a { background-color: rgb(90,191,220); }
div.DivClassName
{
background-color: #5ABFDC;
}
.BgClassName
{
background-color: #5ABFDC;
}
</style>
border-color css
<style>
span { border-color: #5ABFDC; }
span { border-color: rgb(90,191,220); }
td.TdClassName
{
border-color: #5ABFDC;
}
.TagClassName
{
border-color: #5ABFDC;
}
</style>