Shades of Malibu #5FB1DF
Tints of Malibu #5FB1DF
RGB
CMYK
RGB Variations
Color information
#5FB1DF (or 0x5FB1DF) is known color: Malibu. HEX triplet: 5F, B1 and DF. RGB value is (95,177,223). Sum of RGB (Red+Green+Blue) = 95+177+223=495 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.19% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #5FB1DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FB1DF is #A04E20. Grayscale: #9D9D9D. Windows color (decimal): -10505761 or 14659935. OLE color: 14659935.
HSL color Cylindrical-coordinate representation of color #5FB1DF: hue angle of 201.56º 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 #5FB1DF is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 177 | 223 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.13 |
| HSL | 201.56º | 0.67% | 0.62% | - |
| HSV(B) | 201.56º | 0.57% | 0.87% | - |
| XYZ | 33.76 | 39.2 | 75.6 | - |
| YUV | 157.73 | 164.83 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 177 | 223 | 0.57 | 0.21 | 0 | 0.13 | 201.56 | 0.67 | 0.62 |
| Hex | 5F | B1 | DF | 39 | 15 | 0 | D | CA | 43 | 3E |
| Octal | 137 | 261 | 337 | 71 | 25 | 0 | 15 | 312 | 103 | 76 |
| Binary | 1011111 | 10110001 | 11011111 | 111001 | 10101 | 0 | 1101 | 11001010 | 1000011 | 111110 |
Color Harmonies of #5FB1DF
Complementary color
Monochromatic Colors of #5FB1DF
Black with #5FB1DF
Text Example
Text Example
White with #5FB1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB1DF; }
p { color: rgb(95,177,223); }
H1.HeaderClassName
{
color: #5FB1DF;
}
.AnyTagClassName
{
color: #5FB1DF;
}
</style>
background-color css
<style>
a { background-color: #5FB1DF; }
a { background-color: rgb(95,177,223); }
div.DivClassName
{
background-color: #5FB1DF;
}
.BgClassName
{
background-color: #5FB1DF;
}
</style>
border-color css
<style>
span { border-color: #5FB1DF; }
span { border-color: rgb(95,177,223); }
td.TdClassName
{
border-color: #5FB1DF;
}
.TagClassName
{
border-color: #5FB1DF;
}
</style>