Shades of Malibu #5FADE9
Tints of Malibu #5FADE9
RGB
CMYK
RGB Variations
Color information
#5FADE9 (or 0x5FADE9) is known color: Malibu. HEX triplet: 5F, AD and E9. RGB value is (95,173,233). Sum of RGB (Red+Green+Blue) = 95+173+233=501 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.96% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 233 (91.41% from 255 or 46.51% from 501); Max value from RGB is 233 - color contains mainly: blue. Hex color #5FADE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FADE9 is #A05216. Grayscale: #9C9C9C. Windows color (decimal): -10506775 or 15314271. OLE color: 15314271.
HSL color Cylindrical-coordinate representation of color #5FADE9: hue angle of 206.09º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FADE9 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 95 | 173 | 233 | - |
| CMYK | 0.59 | 0.26 | 0 | 0.09 |
| HSL | 206.09º | 0.76% | 0.64% | - |
| HSV(B) | 206.09º | 0.59% | 0.91% | - |
| XYZ | 34.37 | 38.2 | 82.65 | - |
| YUV | 156.52 | 171.16 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 173 | 233 | 0.59 | 0.26 | 0 | 0.09 | 206.09 | 0.76 | 0.64 |
| Hex | 5F | AD | E9 | 3B | 1A | 0 | 9 | CE | 4C | 40 |
| Octal | 137 | 255 | 351 | 73 | 32 | 0 | 11 | 316 | 114 | 100 |
| Binary | 1011111 | 10101101 | 11101001 | 111011 | 11010 | 0 | 1001 | 11001110 | 1001100 | 1000000 |
Color Harmonies of #5FADE9
Complementary color
Monochromatic Colors of #5FADE9
Black with #5FADE9
Text Example
Text Example
White with #5FADE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FADE9; }
p { color: rgb(95,173,233); }
H1.HeaderClassName
{
color: #5FADE9;
}
.AnyTagClassName
{
color: #5FADE9;
}
</style>
background-color css
<style>
a { background-color: #5FADE9; }
a { background-color: rgb(95,173,233); }
div.DivClassName
{
background-color: #5FADE9;
}
.BgClassName
{
background-color: #5FADE9;
}
</style>
border-color css
<style>
span { border-color: #5FADE9; }
span { border-color: rgb(95,173,233); }
td.TdClassName
{
border-color: #5FADE9;
}
.TagClassName
{
border-color: #5FADE9;
}
</style>