Shades of Malibu #5FBFDF
Tints of Malibu #5FBFDF
RGB
CMYK
RGB Variations
Color information
#5FBFDF (or 0x5FBFDF) is known color: Malibu. HEX triplet: 5F, BF and DF. RGB value is (95,191,223). Sum of RGB (Red+Green+Blue) = 95+191+223=509 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.66% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #5FBFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBFDF is #A04020. Grayscale: #A5A5A5. Windows color (decimal): -10502177 or 14663519. OLE color: 14663519.
HSL color Cylindrical-coordinate representation of color #5FBFDF: hue angle of 195º degrees, saturation: 0.67, 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 #5FBFDF is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 191 | 223 | - |
| CMYK | 0.57 | 0.14 | 0 | 0.13 |
| HSL | 195º | 0.67% | 0.62% | - |
| HSV(B) | 195º | 0.57% | 0.87% | - |
| XYZ | 36.67 | 45.02 | 76.57 | - |
| YUV | 165.94 | 160.2 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 191 | 223 | 0.57 | 0.14 | 0 | 0.13 | 195 | 0.67 | 0.62 |
| Hex | 5F | BF | DF | 39 | E | 0 | D | C3 | 43 | 3E |
| Octal | 137 | 277 | 337 | 71 | 16 | 0 | 15 | 303 | 103 | 76 |
| Binary | 1011111 | 10111111 | 11011111 | 111001 | 1110 | 0 | 1101 | 11000011 | 1000011 | 111110 |
Color Harmonies of #5FBFDF
Complementary color
Monochromatic Colors of #5FBFDF
Black with #5FBFDF
Text Example
Text Example
White with #5FBFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBFDF; }
p { color: rgb(95,191,223); }
H1.HeaderClassName
{
color: #5FBFDF;
}
.AnyTagClassName
{
color: #5FBFDF;
}
</style>
background-color css
<style>
a { background-color: #5FBFDF; }
a { background-color: rgb(95,191,223); }
div.DivClassName
{
background-color: #5FBFDF;
}
.BgClassName
{
background-color: #5FBFDF;
}
</style>
border-color css
<style>
span { border-color: #5FBFDF; }
span { border-color: rgb(95,191,223); }
td.TdClassName
{
border-color: #5FBFDF;
}
.TagClassName
{
border-color: #5FBFDF;
}
</style>