Shades of Malibu #5FAEF0
Tints of Malibu #5FAEF0
RGB
CMYK
RGB Variations
Color information
#5FAEF0 (or 0x5FAEF0) is known color: Malibu. HEX triplet: 5F, AE and F0. RGB value is (95,174,240). Sum of RGB (Red+Green+Blue) = 95+174+240=509 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.66% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 240 (94.14% from 255 or 47.15% from 509); Max value from RGB is 240 - color contains mainly: blue. Hex color #5FAEF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FAEF0 is #A0510F. Grayscale: #9D9D9D. Windows color (decimal): -10506512 or 15773279. OLE color: 15773279.
HSL color Cylindrical-coordinate representation of color #5FAEF0: hue angle of 207.31º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FAEF0 is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 174 | 240 | - |
| CMYK | 0.60 | 0.28 | 0 | 0.06 |
| HSL | 207.31º | 0.83% | 0.66% | - |
| HSV(B) | 207.31º | 0.6% | 0.94% | - |
| XYZ | 35.58 | 39 | 88.09 | - |
| YUV | 157.9 | 174.33 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 174 | 240 | 0.60 | 0.28 | 0 | 0.06 | 207.31 | 0.83 | 0.66 |
| Hex | 5F | AE | F0 | 3C | 1C | 0 | 6 | CF | 53 | 42 |
| Octal | 137 | 256 | 360 | 74 | 34 | 0 | 6 | 317 | 123 | 102 |
| Binary | 1011111 | 10101110 | 11110000 | 111100 | 11100 | 0 | 110 | 11001111 | 1010011 | 1000010 |
Color Harmonies of #5FAEF0
Complementary color
Monochromatic Colors of #5FAEF0
Black with #5FAEF0
Text Example
Text Example
White with #5FAEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAEF0; }
p { color: rgb(95,174,240); }
H1.HeaderClassName
{
color: #5FAEF0;
}
.AnyTagClassName
{
color: #5FAEF0;
}
</style>
background-color css
<style>
a { background-color: #5FAEF0; }
a { background-color: rgb(95,174,240); }
div.DivClassName
{
background-color: #5FAEF0;
}
.BgClassName
{
background-color: #5FAEF0;
}
</style>
border-color css
<style>
span { border-color: #5FAEF0; }
span { border-color: rgb(95,174,240); }
td.TdClassName
{
border-color: #5FAEF0;
}
.TagClassName
{
border-color: #5FAEF0;
}
</style>