Shades of Malibu #5FAFDA
Tints of Malibu #5FAFDA
RGB
CMYK
RGB Variations
Color information
#5FAFDA (or 0x5FAFDA) is known color: Malibu. HEX triplet: 5F, AF and DA. RGB value is (95,175,218). Sum of RGB (Red+Green+Blue) = 95+175+218=488 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.47% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #5FAFDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAFDA is #A05025. Grayscale: #9B9B9B. Windows color (decimal): -10506278 or 14331743. OLE color: 14331743.
HSL color Cylindrical-coordinate representation of color #5FAFDA: hue angle of 200.98º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FAFDA is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 175 | 218 | - |
| CMYK | 0.56 | 0.20 | 0 | 0.15 |
| HSL | 200.98º | 0.62% | 0.61% | - |
| HSV(B) | 200.98º | 0.56% | 0.85% | - |
| XYZ | 32.7 | 38.15 | 71.97 | - |
| YUV | 155.98 | 163 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 218 | 0.56 | 0.20 | 0 | 0.15 | 200.98 | 0.62 | 0.61 |
| Hex | 5F | AF | DA | 38 | 14 | 0 | F | C9 | 3E | 3D |
| Octal | 137 | 257 | 332 | 70 | 24 | 0 | 17 | 311 | 76 | 75 |
| Binary | 1011111 | 10101111 | 11011010 | 111000 | 10100 | 0 | 1111 | 11001001 | 111110 | 111101 |
Color Harmonies of #5FAFDA
Complementary color
Monochromatic Colors of #5FAFDA
Black with #5FAFDA
Text Example
Text Example
White with #5FAFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAFDA; }
p { color: rgb(95,175,218); }
H1.HeaderClassName
{
color: #5FAFDA;
}
.AnyTagClassName
{
color: #5FAFDA;
}
</style>
background-color css
<style>
a { background-color: #5FAFDA; }
a { background-color: rgb(95,175,218); }
div.DivClassName
{
background-color: #5FAFDA;
}
.BgClassName
{
background-color: #5FAFDA;
}
</style>
border-color css
<style>
span { border-color: #5FAFDA; }
span { border-color: rgb(95,175,218); }
td.TdClassName
{
border-color: #5FAFDA;
}
.TagClassName
{
border-color: #5FAFDA;
}
</style>