Shades of Malibu #5FABDF
Tints of Malibu #5FABDF
RGB
CMYK
RGB Variations
Color information
#5FABDF (or 0x5FABDF) is known color: Malibu. HEX triplet: 5F, AB and DF. RGB value is (95,171,223). Sum of RGB (Red+Green+Blue) = 95+171+223=489 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.43% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #5FABDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FABDF is #A05420. Grayscale: #999999. Windows color (decimal): -10507297 or 14658399. OLE color: 14658399.
HSL color Cylindrical-coordinate representation of color #5FABDF: hue angle of 204.38º 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 #5FABDF is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 171 | 223 | - |
| CMYK | 0.57 | 0.23 | 0 | 0.13 |
| HSL | 204.38º | 0.67% | 0.62% | - |
| HSV(B) | 204.38º | 0.57% | 0.87% | - |
| XYZ | 32.6 | 36.89 | 75.21 | - |
| YUV | 154.2 | 166.82 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 171 | 223 | 0.57 | 0.23 | 0 | 0.13 | 204.38 | 0.67 | 0.62 |
| Hex | 5F | AB | DF | 39 | 17 | 0 | D | CC | 43 | 3E |
| Octal | 137 | 253 | 337 | 71 | 27 | 0 | 15 | 314 | 103 | 76 |
| Binary | 1011111 | 10101011 | 11011111 | 111001 | 10111 | 0 | 1101 | 11001100 | 1000011 | 111110 |
Color Harmonies of #5FABDF
Complementary color
Monochromatic Colors of #5FABDF
Black with #5FABDF
Text Example
Text Example
White with #5FABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FABDF; }
p { color: rgb(95,171,223); }
H1.HeaderClassName
{
color: #5FABDF;
}
.AnyTagClassName
{
color: #5FABDF;
}
</style>
background-color css
<style>
a { background-color: #5FABDF; }
a { background-color: rgb(95,171,223); }
div.DivClassName
{
background-color: #5FABDF;
}
.BgClassName
{
background-color: #5FABDF;
}
</style>
border-color css
<style>
span { border-color: #5FABDF; }
span { border-color: rgb(95,171,223); }
td.TdClassName
{
border-color: #5FABDF;
}
.TagClassName
{
border-color: #5FABDF;
}
</style>