Shades of Malibu #5FAFDB
Tints of Malibu #5FAFDB
RGB
CMYK
RGB Variations
Color information
#5FAFDB (or 0x5FAFDB) is known color: Malibu. HEX triplet: 5F, AF and DB. RGB value is (95,175,219). Sum of RGB (Red+Green+Blue) = 95+175+219=489 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.43% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #5FAFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAFDB is #A05024. Grayscale: #9B9B9B. Windows color (decimal): -10506277 or 14397279. OLE color: 14397279.
HSL color Cylindrical-coordinate representation of color #5FAFDB: hue angle of 201.29º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FAFDB is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 175 | 219 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.14 |
| HSL | 201.29º | 0.63% | 0.62% | - |
| HSV(B) | 201.29º | 0.57% | 0.86% | - |
| XYZ | 32.84 | 38.21 | 72.66 | - |
| YUV | 156.1 | 163.5 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 219 | 0.57 | 0.20 | 0 | 0.14 | 201.29 | 0.63 | 0.62 |
| Hex | 5F | AF | DB | 39 | 14 | 0 | E | C9 | 3F | 3E |
| Octal | 137 | 257 | 333 | 71 | 24 | 0 | 16 | 311 | 77 | 76 |
| Binary | 1011111 | 10101111 | 11011011 | 111001 | 10100 | 0 | 1110 | 11001001 | 111111 | 111110 |
Color Harmonies of #5FAFDB
Complementary color
Monochromatic Colors of #5FAFDB
Black with #5FAFDB
Text Example
Text Example
White with #5FAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAFDB; }
p { color: rgb(95,175,219); }
H1.HeaderClassName
{
color: #5FAFDB;
}
.AnyTagClassName
{
color: #5FAFDB;
}
</style>
background-color css
<style>
a { background-color: #5FAFDB; }
a { background-color: rgb(95,175,219); }
div.DivClassName
{
background-color: #5FAFDB;
}
.BgClassName
{
background-color: #5FAFDB;
}
</style>
border-color css
<style>
span { border-color: #5FAFDB; }
span { border-color: rgb(95,175,219); }
td.TdClassName
{
border-color: #5FAFDB;
}
.TagClassName
{
border-color: #5FAFDB;
}
</style>