Shades of Malibu #5FAFEA
Tints of Malibu #5FAFEA
RGB
CMYK
RGB Variations
Color information
#5FAFEA (or 0x5FAFEA) is known color: Malibu. HEX triplet: 5F, AF and EA. RGB value is (95,175,234). Sum of RGB (Red+Green+Blue) = 95+175+234=504 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.85% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #5FAFEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FAFEA is #A05015. Grayscale: #9D9D9D. Windows color (decimal): -10506262 or 15380319. OLE color: 15380319.
HSL color Cylindrical-coordinate representation of color #5FAFEA: hue angle of 205.47º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FAFEA is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 175 | 234 | - |
| CMYK | 0.59 | 0.25 | 0 | 0.08 |
| HSL | 205.47º | 0.77% | 0.65% | - |
| HSV(B) | 205.47º | 0.59% | 0.92% | - |
| XYZ | 34.9 | 39.03 | 83.54 | - |
| YUV | 157.81 | 171 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 234 | 0.59 | 0.25 | 0 | 0.08 | 205.47 | 0.77 | 0.65 |
| Hex | 5F | AF | EA | 3B | 19 | 0 | 8 | CD | 4D | 41 |
| Octal | 137 | 257 | 352 | 73 | 31 | 0 | 10 | 315 | 115 | 101 |
| Binary | 1011111 | 10101111 | 11101010 | 111011 | 11001 | 0 | 1000 | 11001101 | 1001101 | 1000001 |
Color Harmonies of #5FAFEA
Complementary color
Monochromatic Colors of #5FAFEA
Black with #5FAFEA
Text Example
Text Example
White with #5FAFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAFEA; }
p { color: rgb(95,175,234); }
H1.HeaderClassName
{
color: #5FAFEA;
}
.AnyTagClassName
{
color: #5FAFEA;
}
</style>
background-color css
<style>
a { background-color: #5FAFEA; }
a { background-color: rgb(95,175,234); }
div.DivClassName
{
background-color: #5FAFEA;
}
.BgClassName
{
background-color: #5FAFEA;
}
</style>
border-color css
<style>
span { border-color: #5FAFEA; }
span { border-color: rgb(95,175,234); }
td.TdClassName
{
border-color: #5FAFEA;
}
.TagClassName
{
border-color: #5FAFEA;
}
</style>