Shades of Malibu #5FBBD9
Tints of Malibu #5FBBD9
RGB
CMYK
RGB Variations
Color information
#5FBBD9 (or 0x5FBBD9) is known color: Malibu. HEX triplet: 5F, BB and D9. RGB value is (95,187,217). Sum of RGB (Red+Green+Blue) = 95+187+217=499 (66% of max value = 765). Red value is 95 (37.5% from 255 or 19.04% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 217 (85.16% from 255 or 43.49% from 499); Max value from RGB is 217 - color contains mainly: blue. Hex color #5FBBD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBBD9 is #A04426. Grayscale: #A2A2A2. Windows color (decimal): -10503207 or 14269279. OLE color: 14269279.
HSL color Cylindrical-coordinate representation of color #5FBBD9: hue angle of 194.75º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FBBD9 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 187 | 217 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.15 |
| HSL | 194.75º | 0.62% | 0.61% | - |
| HSV(B) | 194.75º | 0.56% | 0.85% | - |
| XYZ | 35.01 | 42.98 | 72.1 | - |
| YUV | 162.91 | 158.52 | 79.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 187 | 217 | 0.56 | 0.14 | 0 | 0.15 | 194.75 | 0.62 | 0.61 |
| Hex | 5F | BB | D9 | 38 | E | 0 | F | C3 | 3E | 3D |
| Octal | 137 | 273 | 331 | 70 | 16 | 0 | 17 | 303 | 76 | 75 |
| Binary | 1011111 | 10111011 | 11011001 | 111000 | 1110 | 0 | 1111 | 11000011 | 111110 | 111101 |
Color Harmonies of #5FBBD9
Complementary color
Monochromatic Colors of #5FBBD9
Black with #5FBBD9
Text Example
Text Example
White with #5FBBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBBD9; }
p { color: rgb(95,187,217); }
H1.HeaderClassName
{
color: #5FBBD9;
}
.AnyTagClassName
{
color: #5FBBD9;
}
</style>
background-color css
<style>
a { background-color: #5FBBD9; }
a { background-color: rgb(95,187,217); }
div.DivClassName
{
background-color: #5FBBD9;
}
.BgClassName
{
background-color: #5FBBD9;
}
</style>
border-color css
<style>
span { border-color: #5FBBD9; }
span { border-color: rgb(95,187,217); }
td.TdClassName
{
border-color: #5FBBD9;
}
.TagClassName
{
border-color: #5FBBD9;
}
</style>