Shades of Malibu #5FADDC
Tints of Malibu #5FADDC
RGB
CMYK
RGB Variations
Color information
#5FADDC (or 0x5FADDC) is known color: Malibu. HEX triplet: 5F, AD and DC. RGB value is (95,173,220). Sum of RGB (Red+Green+Blue) = 95+173+220=488 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.47% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #5FADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FADDC is #A05223. Grayscale: #9A9A9A. Windows color (decimal): -10506788 or 14462303. OLE color: 14462303.
HSL color Cylindrical-coordinate representation of color #5FADDC: hue angle of 202.56º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FADDC is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 173 | 220 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.14 |
| HSL | 202.56º | 0.64% | 0.62% | - |
| HSV(B) | 202.56º | 0.57% | 0.86% | - |
| XYZ | 32.58 | 37.49 | 73.23 | - |
| YUV | 155.04 | 164.66 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 173 | 220 | 0.57 | 0.21 | 0 | 0.14 | 202.56 | 0.64 | 0.62 |
| Hex | 5F | AD | DC | 39 | 15 | 0 | E | CB | 40 | 3E |
| Octal | 137 | 255 | 334 | 71 | 25 | 0 | 16 | 313 | 100 | 76 |
| Binary | 1011111 | 10101101 | 11011100 | 111001 | 10101 | 0 | 1110 | 11001011 | 1000000 | 111110 |
Color Harmonies of #5FADDC
Complementary color
Monochromatic Colors of #5FADDC
Black with #5FADDC
Text Example
Text Example
White with #5FADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FADDC; }
p { color: rgb(95,173,220); }
H1.HeaderClassName
{
color: #5FADDC;
}
.AnyTagClassName
{
color: #5FADDC;
}
</style>
background-color css
<style>
a { background-color: #5FADDC; }
a { background-color: rgb(95,173,220); }
div.DivClassName
{
background-color: #5FADDC;
}
.BgClassName
{
background-color: #5FADDC;
}
</style>
border-color css
<style>
span { border-color: #5FADDC; }
span { border-color: rgb(95,173,220); }
td.TdClassName
{
border-color: #5FADDC;
}
.TagClassName
{
border-color: #5FADDC;
}
</style>