Shades of Malibu #5FAFDD
Tints of Malibu #5FAFDD
RGB
CMYK
RGB Variations
Color information
#5FAFDD (or 0x5FAFDD) is known color: Malibu. HEX triplet: 5F, AF and DD. RGB value is (95,175,221). Sum of RGB (Red+Green+Blue) = 95+175+221=491 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.35% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #5FAFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAFDD is #A05022. Grayscale: #9C9C9C. Windows color (decimal): -10506275 or 14528351. OLE color: 14528351.
HSL color Cylindrical-coordinate representation of color #5FAFDD: hue angle of 201.9º 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 #5FAFDD is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 175 | 221 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.13 |
| HSL | 201.9º | 0.65% | 0.62% | - |
| HSV(B) | 201.9º | 0.57% | 0.87% | - |
| XYZ | 33.1 | 38.31 | 74.06 | - |
| YUV | 156.32 | 164.5 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 221 | 0.57 | 0.21 | 0 | 0.13 | 201.9 | 0.65 | 0.62 |
| Hex | 5F | AF | DD | 39 | 15 | 0 | D | CA | 41 | 3E |
| Octal | 137 | 257 | 335 | 71 | 25 | 0 | 15 | 312 | 101 | 76 |
| Binary | 1011111 | 10101111 | 11011101 | 111001 | 10101 | 0 | 1101 | 11001010 | 1000001 | 111110 |
Color Harmonies of #5FAFDD
Complementary color
Monochromatic Colors of #5FAFDD
Black with #5FAFDD
Text Example
Text Example
White with #5FAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAFDD; }
p { color: rgb(95,175,221); }
H1.HeaderClassName
{
color: #5FAFDD;
}
.AnyTagClassName
{
color: #5FAFDD;
}
</style>
background-color css
<style>
a { background-color: #5FAFDD; }
a { background-color: rgb(95,175,221); }
div.DivClassName
{
background-color: #5FAFDD;
}
.BgClassName
{
background-color: #5FAFDD;
}
</style>
border-color css
<style>
span { border-color: #5FAFDD; }
span { border-color: rgb(95,175,221); }
td.TdClassName
{
border-color: #5FAFDD;
}
.TagClassName
{
border-color: #5FAFDD;
}
</style>