Shades of Malibu #5FBADD
Tints of Malibu #5FBADD
RGB
CMYK
RGB Variations
Color information
#5FBADD (or 0x5FBADD) is known color: Malibu. HEX triplet: 5F, BA and DD. RGB value is (95,186,221). Sum of RGB (Red+Green+Blue) = 95+186+221=502 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.92% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #5FBADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBADD is #A04522. Grayscale: #A2A2A2. Windows color (decimal): -10503459 or 14531167. OLE color: 14531167.
HSL color Cylindrical-coordinate representation of color #5FBADD: hue angle of 196.67º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FBADD is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 186 | 221 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.13 |
| HSL | 196.67º | 0.65% | 0.62% | - |
| HSV(B) | 196.67º | 0.57% | 0.87% | - |
| XYZ | 35.33 | 42.77 | 74.8 | - |
| YUV | 162.78 | 160.85 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 186 | 221 | 0.57 | 0.16 | 0 | 0.13 | 196.67 | 0.65 | 0.62 |
| Hex | 5F | BA | DD | 39 | 10 | 0 | D | C5 | 41 | 3E |
| Octal | 137 | 272 | 335 | 71 | 20 | 0 | 15 | 305 | 101 | 76 |
| Binary | 1011111 | 10111010 | 11011101 | 111001 | 10000 | 0 | 1101 | 11000101 | 1000001 | 111110 |
Color Harmonies of #5FBADD
Complementary color
Monochromatic Colors of #5FBADD
Black with #5FBADD
Text Example
Text Example
White with #5FBADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBADD; }
p { color: rgb(95,186,221); }
H1.HeaderClassName
{
color: #5FBADD;
}
.AnyTagClassName
{
color: #5FBADD;
}
</style>
background-color css
<style>
a { background-color: #5FBADD; }
a { background-color: rgb(95,186,221); }
div.DivClassName
{
background-color: #5FBADD;
}
.BgClassName
{
background-color: #5FBADD;
}
</style>
border-color css
<style>
span { border-color: #5FBADD; }
span { border-color: rgb(95,186,221); }
td.TdClassName
{
border-color: #5FBADD;
}
.TagClassName
{
border-color: #5FBADD;
}
</style>