Shades of Malibu #5FBFDD
Tints of Malibu #5FBFDD
RGB
CMYK
RGB Variations
Color information
#5FBFDD (or 0x5FBFDD) is known color: Malibu. HEX triplet: 5F, BF and DD. RGB value is (95,191,221). Sum of RGB (Red+Green+Blue) = 95+191+221=507 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.74% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #5FBFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBFDD is #A04022. Grayscale: #A5A5A5. Windows color (decimal): -10502179 or 14532447. OLE color: 14532447.
HSL color Cylindrical-coordinate representation of color #5FBFDD: hue angle of 194.29º 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 #5FBFDD is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 191 | 221 | - |
| CMYK | 0.57 | 0.14 | 0 | 0.13 |
| HSL | 194.29º | 0.65% | 0.62% | - |
| HSV(B) | 194.29º | 0.57% | 0.87% | - |
| XYZ | 36.4 | 44.91 | 75.16 | - |
| YUV | 165.72 | 159.2 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 191 | 221 | 0.57 | 0.14 | 0 | 0.13 | 194.29 | 0.65 | 0.62 |
| Hex | 5F | BF | DD | 39 | E | 0 | D | C2 | 41 | 3E |
| Octal | 137 | 277 | 335 | 71 | 16 | 0 | 15 | 302 | 101 | 76 |
| Binary | 1011111 | 10111111 | 11011101 | 111001 | 1110 | 0 | 1101 | 11000010 | 1000001 | 111110 |
Color Harmonies of #5FBFDD
Complementary color
Monochromatic Colors of #5FBFDD
Black with #5FBFDD
Text Example
Text Example
White with #5FBFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBFDD; }
p { color: rgb(95,191,221); }
H1.HeaderClassName
{
color: #5FBFDD;
}
.AnyTagClassName
{
color: #5FBFDD;
}
</style>
background-color css
<style>
a { background-color: #5FBFDD; }
a { background-color: rgb(95,191,221); }
div.DivClassName
{
background-color: #5FBFDD;
}
.BgClassName
{
background-color: #5FBFDD;
}
</style>
border-color css
<style>
span { border-color: #5FBFDD; }
span { border-color: rgb(95,191,221); }
td.TdClassName
{
border-color: #5FBFDD;
}
.TagClassName
{
border-color: #5FBFDD;
}
</style>