Shades of Malibu #5ABFDB
Tints of Malibu #5ABFDB
RGB
CMYK
RGB Variations
Color information
#5ABFDB (or 0x5ABFDB) is known color: Malibu. HEX triplet: 5A, BF and DB. RGB value is (90,191,219). Sum of RGB (Red+Green+Blue) = 90+191+219=500 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #5ABFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABFDB is #A54024. Grayscale: #A3A3A3. Windows color (decimal): -10829861 or 14401370. OLE color: 14401370.
HSL color Cylindrical-coordinate representation of color #5ABFDB: hue angle of 193.02º degrees, saturation: 0.64, 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 #5ABFDB is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 191 | 219 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.14 |
| HSL | 193.02º | 0.64% | 0.61% | - |
| HSV(B) | 193.02º | 0.59% | 0.86% | - |
| XYZ | 35.63 | 44.55 | 73.74 | - |
| YUV | 163.99 | 159.04 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 191 | 219 | 0.59 | 0.13 | 0 | 0.14 | 193.02 | 0.64 | 0.61 |
| Hex | 5A | BF | DB | 3B | D | 0 | E | C1 | 40 | 3D |
| Octal | 132 | 277 | 333 | 73 | 15 | 0 | 16 | 301 | 100 | 75 |
| Binary | 1011010 | 10111111 | 11011011 | 111011 | 1101 | 0 | 1110 | 11000001 | 1000000 | 111101 |
Color Harmonies of #5ABFDB
Complementary color
Monochromatic Colors of #5ABFDB
Black with #5ABFDB
Text Example
Text Example
White with #5ABFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABFDB; }
p { color: rgb(90,191,219); }
H1.HeaderClassName
{
color: #5ABFDB;
}
.AnyTagClassName
{
color: #5ABFDB;
}
</style>
background-color css
<style>
a { background-color: #5ABFDB; }
a { background-color: rgb(90,191,219); }
div.DivClassName
{
background-color: #5ABFDB;
}
.BgClassName
{
background-color: #5ABFDB;
}
</style>
border-color css
<style>
span { border-color: #5ABFDB; }
span { border-color: rgb(90,191,219); }
td.TdClassName
{
border-color: #5ABFDB;
}
.TagClassName
{
border-color: #5ABFDB;
}
</style>