Shades of Malibu #5FBADB
Tints of Malibu #5FBADB
RGB
CMYK
RGB Variations
Color information
#5FBADB (or 0x5FBADB) is known color: Malibu. HEX triplet: 5F, BA and DB. RGB value is (95,186,219). Sum of RGB (Red+Green+Blue) = 95+186+219=500 (66% of max value = 765). Red value is 95 (37.5% from 255 or 19% from 500); Green value is 186 (73.05% from 255 or 37.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 #5FBADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBADB is #A04524. Grayscale: #A2A2A2. Windows color (decimal): -10503461 or 14400095. OLE color: 14400095.
HSL color Cylindrical-coordinate representation of color #5FBADB: hue angle of 195.97º 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 #5FBADB is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 186 | 219 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.14 |
| HSL | 195.97º | 0.63% | 0.62% | - |
| HSV(B) | 195.97º | 0.57% | 0.86% | - |
| XYZ | 35.06 | 42.67 | 73.4 | - |
| YUV | 162.55 | 159.85 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 186 | 219 | 0.57 | 0.15 | 0 | 0.14 | 195.97 | 0.63 | 0.62 |
| Hex | 5F | BA | DB | 39 | F | 0 | E | C4 | 3F | 3E |
| Octal | 137 | 272 | 333 | 71 | 17 | 0 | 16 | 304 | 77 | 76 |
| Binary | 1011111 | 10111010 | 11011011 | 111001 | 1111 | 0 | 1110 | 11000100 | 111111 | 111110 |
Color Harmonies of #5FBADB
Complementary color
Monochromatic Colors of #5FBADB
Black with #5FBADB
Text Example
Text Example
White with #5FBADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBADB; }
p { color: rgb(95,186,219); }
H1.HeaderClassName
{
color: #5FBADB;
}
.AnyTagClassName
{
color: #5FBADB;
}
</style>
background-color css
<style>
a { background-color: #5FBADB; }
a { background-color: rgb(95,186,219); }
div.DivClassName
{
background-color: #5FBADB;
}
.BgClassName
{
background-color: #5FBADB;
}
</style>
border-color css
<style>
span { border-color: #5FBADB; }
span { border-color: rgb(95,186,219); }
td.TdClassName
{
border-color: #5FBADB;
}
.TagClassName
{
border-color: #5FBADB;
}
</style>