Shades of Malibu #5FABDB
Tints of Malibu #5FABDB
RGB
CMYK
RGB Variations
Color information
#5FABDB (or 0x5FABDB) is known color: Malibu. HEX triplet: 5F, AB and DB. RGB value is (95,171,219). Sum of RGB (Red+Green+Blue) = 95+171+219=485 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.59% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #5FABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FABDB is #A05424. Grayscale: #999999. Windows color (decimal): -10507301 or 14396255. OLE color: 14396255.
HSL color Cylindrical-coordinate representation of color #5FABDB: hue angle of 203.23º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FABDB is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 171 | 219 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.14 |
| HSL | 203.23º | 0.63% | 0.62% | - |
| HSV(B) | 203.23º | 0.57% | 0.86% | - |
| XYZ | 32.07 | 36.67 | 72.41 | - |
| YUV | 153.75 | 164.82 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 171 | 219 | 0.57 | 0.22 | 0 | 0.14 | 203.23 | 0.63 | 0.62 |
| Hex | 5F | AB | DB | 39 | 16 | 0 | E | CB | 3F | 3E |
| Octal | 137 | 253 | 333 | 71 | 26 | 0 | 16 | 313 | 77 | 76 |
| Binary | 1011111 | 10101011 | 11011011 | 111001 | 10110 | 0 | 1110 | 11001011 | 111111 | 111110 |
Color Harmonies of #5FABDB
Complementary color
Monochromatic Colors of #5FABDB
Black with #5FABDB
Text Example
Text Example
White with #5FABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FABDB; }
p { color: rgb(95,171,219); }
H1.HeaderClassName
{
color: #5FABDB;
}
.AnyTagClassName
{
color: #5FABDB;
}
</style>
background-color css
<style>
a { background-color: #5FABDB; }
a { background-color: rgb(95,171,219); }
div.DivClassName
{
background-color: #5FABDB;
}
.BgClassName
{
background-color: #5FABDB;
}
</style>
border-color css
<style>
span { border-color: #5FABDB; }
span { border-color: rgb(95,171,219); }
td.TdClassName
{
border-color: #5FABDB;
}
.TagClassName
{
border-color: #5FABDB;
}
</style>