Shades of Malibu #5FBFDB
Tints of Malibu #5FBFDB
RGB
CMYK
RGB Variations
Color information
#5FBFDB (or 0x5FBFDB) is known color: Malibu. HEX triplet: 5F, BF and DB. RGB value is (95,191,219). Sum of RGB (Red+Green+Blue) = 95+191+219=505 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.81% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #5FBFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBFDB is #A04024. Grayscale: #A5A5A5. Windows color (decimal): -10502181 or 14401375. OLE color: 14401375.
HSL color Cylindrical-coordinate representation of color #5FBFDB: hue angle of 193.55º 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 #5FBFDB is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 191 | 219 | - |
| CMYK | 0.57 | 0.13 | 0 | 0.14 |
| HSL | 193.55º | 0.63% | 0.62% | - |
| HSV(B) | 193.55º | 0.57% | 0.86% | - |
| XYZ | 36.14 | 44.81 | 73.76 | - |
| YUV | 165.49 | 158.2 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 191 | 219 | 0.57 | 0.13 | 0 | 0.14 | 193.55 | 0.63 | 0.62 |
| Hex | 5F | BF | DB | 39 | D | 0 | E | C2 | 3F | 3E |
| Octal | 137 | 277 | 333 | 71 | 15 | 0 | 16 | 302 | 77 | 76 |
| Binary | 1011111 | 10111111 | 11011011 | 111001 | 1101 | 0 | 1110 | 11000010 | 111111 | 111110 |
Color Harmonies of #5FBFDB
Complementary color
Monochromatic Colors of #5FBFDB
Black with #5FBFDB
Text Example
Text Example
White with #5FBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBFDB; }
p { color: rgb(95,191,219); }
H1.HeaderClassName
{
color: #5FBFDB;
}
.AnyTagClassName
{
color: #5FBFDB;
}
</style>
background-color css
<style>
a { background-color: #5FBFDB; }
a { background-color: rgb(95,191,219); }
div.DivClassName
{
background-color: #5FBFDB;
}
.BgClassName
{
background-color: #5FBFDB;
}
</style>
border-color css
<style>
span { border-color: #5FBFDB; }
span { border-color: rgb(95,191,219); }
td.TdClassName
{
border-color: #5FBFDB;
}
.TagClassName
{
border-color: #5FBFDB;
}
</style>