Shades of Malibu #5FADDD
Tints of Malibu #5FADDD
RGB
CMYK
RGB Variations
Color information
#5FADDD (or 0x5FADDD) is known color: Malibu. HEX triplet: 5F, AD and DD. RGB value is (95,173,221). Sum of RGB (Red+Green+Blue) = 95+173+221=489 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.43% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #5FADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FADDD is #A05222. Grayscale: #9A9A9A. Windows color (decimal): -10506787 or 14527839. OLE color: 14527839.
HSL color Cylindrical-coordinate representation of color #5FADDD: hue angle of 202.86º 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 #5FADDD is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 173 | 221 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.13 |
| HSL | 202.86º | 0.65% | 0.62% | - |
| HSV(B) | 202.86º | 0.57% | 0.87% | - |
| XYZ | 32.71 | 37.54 | 73.93 | - |
| YUV | 155.15 | 165.16 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 173 | 221 | 0.57 | 0.22 | 0 | 0.13 | 202.86 | 0.65 | 0.62 |
| Hex | 5F | AD | DD | 39 | 16 | 0 | D | CB | 41 | 3E |
| Octal | 137 | 255 | 335 | 71 | 26 | 0 | 15 | 313 | 101 | 76 |
| Binary | 1011111 | 10101101 | 11011101 | 111001 | 10110 | 0 | 1101 | 11001011 | 1000001 | 111110 |
Color Harmonies of #5FADDD
Complementary color
Monochromatic Colors of #5FADDD
Black with #5FADDD
Text Example
Text Example
White with #5FADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FADDD; }
p { color: rgb(95,173,221); }
H1.HeaderClassName
{
color: #5FADDD;
}
.AnyTagClassName
{
color: #5FADDD;
}
</style>
background-color css
<style>
a { background-color: #5FADDD; }
a { background-color: rgb(95,173,221); }
div.DivClassName
{
background-color: #5FADDD;
}
.BgClassName
{
background-color: #5FADDD;
}
</style>
border-color css
<style>
span { border-color: #5FADDD; }
span { border-color: rgb(95,173,221); }
td.TdClassName
{
border-color: #5FADDD;
}
.TagClassName
{
border-color: #5FADDD;
}
</style>