Shades of Malibu #68ACD9
Tints of Malibu #68ACD9
RGB
CMYK
RGB Variations
Color information
#68ACD9 (or 0x68ACD9) is known color: Malibu. HEX triplet: 68, AC and D9. RGB value is (104,172,217). Sum of RGB (Red+Green+Blue) = 104+172+217=493 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.10% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 217 (85.16% from 255 or 44.02% from 493); Max value from RGB is 217 - color contains mainly: blue. Hex color #68ACD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACD9 is #975326. Grayscale: #9C9C9C. Windows color (decimal): -9917223 or 14265448. OLE color: 14265448.
HSL color Cylindrical-coordinate representation of color #68ACD9: hue angle of 203.89º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68ACD9 is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 172 | 217 | - |
| CMYK | 0.52 | 0.21 | 0 | 0.15 |
| HSL | 203.89º | 0.6% | 0.63% | - |
| HSV(B) | 203.89º | 0.52% | 0.85% | - |
| XYZ | 32.99 | 37.46 | 71.14 | - |
| YUV | 156.8 | 161.97 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 217 | 0.52 | 0.21 | 0 | 0.15 | 203.89 | 0.6 | 0.63 |
| Hex | 68 | AC | D9 | 34 | 15 | 0 | F | CC | 3C | 3F |
| Octal | 150 | 254 | 331 | 64 | 25 | 0 | 17 | 314 | 74 | 77 |
| Binary | 1101000 | 10101100 | 11011001 | 110100 | 10101 | 0 | 1111 | 11001100 | 111100 | 111111 |
Color Harmonies of #68ACD9
Complementary color
Monochromatic Colors of #68ACD9
Black with #68ACD9
Text Example
Text Example
White with #68ACD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ACD9; }
p { color: rgb(104,172,217); }
H1.HeaderClassName
{
color: #68ACD9;
}
.AnyTagClassName
{
color: #68ACD9;
}
</style>
background-color css
<style>
a { background-color: #68ACD9; }
a { background-color: rgb(104,172,217); }
div.DivClassName
{
background-color: #68ACD9;
}
.BgClassName
{
background-color: #68ACD9;
}
</style>
border-color css
<style>
span { border-color: #68ACD9; }
span { border-color: rgb(104,172,217); }
td.TdClassName
{
border-color: #68ACD9;
}
.TagClassName
{
border-color: #68ACD9;
}
</style>