Shades of Malibu #5FB8D1
Tints of Malibu #5FB8D1
RGB
CMYK
RGB Variations
Color information
#5FB8D1 (or 0x5FB8D1) is known color: Malibu. HEX triplet: 5F, B8 and D1. RGB value is (95,184,209). Sum of RGB (Red+Green+Blue) = 95+184+209=488 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.47% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #5FB8D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FB8D1 is #A0472E. Grayscale: #A0A0A0. Windows color (decimal): -10503983 or 13744223. OLE color: 13744223.
HSL color Cylindrical-coordinate representation of color #5FB8D1: hue angle of 193.16º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FB8D1 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 184 | 209 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.18 |
| HSL | 193.16º | 0.55% | 0.6% | - |
| HSV(B) | 193.16º | 0.55% | 0.82% | - |
| XYZ | 33.37 | 41.32 | 66.54 | - |
| YUV | 160.24 | 155.51 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 184 | 209 | 0.55 | 0.12 | 0 | 0.18 | 193.16 | 0.55 | 0.6 |
| Hex | 5F | B8 | D1 | 37 | C | 0 | 12 | C1 | 37 | 3C |
| Octal | 137 | 270 | 321 | 67 | 14 | 0 | 22 | 301 | 67 | 74 |
| Binary | 1011111 | 10111000 | 11010001 | 110111 | 1100 | 0 | 10010 | 11000001 | 110111 | 111100 |
Color Harmonies of #5FB8D1
Complementary color
Monochromatic Colors of #5FB8D1
Black with #5FB8D1
Text Example
Text Example
White with #5FB8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB8D1; }
p { color: rgb(95,184,209); }
H1.HeaderClassName
{
color: #5FB8D1;
}
.AnyTagClassName
{
color: #5FB8D1;
}
</style>
background-color css
<style>
a { background-color: #5FB8D1; }
a { background-color: rgb(95,184,209); }
div.DivClassName
{
background-color: #5FB8D1;
}
.BgClassName
{
background-color: #5FB8D1;
}
</style>
border-color css
<style>
span { border-color: #5FB8D1; }
span { border-color: rgb(95,184,209); }
td.TdClassName
{
border-color: #5FB8D1;
}
.TagClassName
{
border-color: #5FB8D1;
}
</style>