Shades of Malibu #5FC6DB
Tints of Malibu #5FC6DB
RGB
CMYK
RGB Variations
Color information
#5FC6DB (or 0x5FC6DB) is known color: Malibu. HEX triplet: 5F, C6 and DB. RGB value is (95,198,219). Sum of RGB (Red+Green+Blue) = 95+198+219=512 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.55% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #5FC6DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC6DB is #A03924. Grayscale: #A9A9A9. Windows color (decimal): -10500389 or 14403167. OLE color: 14403167.
HSL color Cylindrical-coordinate representation of color #5FC6DB: hue angle of 190.16º 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 #5FC6DB is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 198 | 219 | - |
| CMYK | 0.57 | 0.10 | 0 | 0.14 |
| HSL | 190.16º | 0.63% | 0.62% | - |
| HSV(B) | 190.16º | 0.57% | 0.86% | - |
| XYZ | 37.7 | 47.94 | 74.28 | - |
| YUV | 169.6 | 155.88 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 198 | 219 | 0.57 | 0.10 | 0 | 0.14 | 190.16 | 0.63 | 0.62 |
| Hex | 5F | C6 | DB | 39 | A | 0 | E | BE | 3F | 3E |
| Octal | 137 | 306 | 333 | 71 | 12 | 0 | 16 | 276 | 77 | 76 |
| Binary | 1011111 | 11000110 | 11011011 | 111001 | 1010 | 0 | 1110 | 10111110 | 111111 | 111110 |
Color Harmonies of #5FC6DB
Complementary color
Monochromatic Colors of #5FC6DB
Black with #5FC6DB
Text Example
Text Example
White with #5FC6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC6DB; }
p { color: rgb(95,198,219); }
H1.HeaderClassName
{
color: #5FC6DB;
}
.AnyTagClassName
{
color: #5FC6DB;
}
</style>
background-color css
<style>
a { background-color: #5FC6DB; }
a { background-color: rgb(95,198,219); }
div.DivClassName
{
background-color: #5FC6DB;
}
.BgClassName
{
background-color: #5FC6DB;
}
</style>
border-color css
<style>
span { border-color: #5FC6DB; }
span { border-color: rgb(95,198,219); }
td.TdClassName
{
border-color: #5FC6DB;
}
.TagClassName
{
border-color: #5FC6DB;
}
</style>