Shades of Malibu #68ACDF
Tints of Malibu #68ACDF
RGB
CMYK
RGB Variations
Color information
#68ACDF (or 0x68ACDF) is known color: Malibu. HEX triplet: 68, AC and DF. RGB value is (104,172,223). Sum of RGB (Red+Green+Blue) = 104+172+223=499 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.84% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #68ACDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACDF is #975320. Grayscale: #9D9D9D. Windows color (decimal): -9917217 or 14658664. OLE color: 14658664.
HSL color Cylindrical-coordinate representation of color #68ACDF: hue angle of 205.71º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68ACDF is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 172 | 223 | - |
| CMYK | 0.53 | 0.23 | 0 | 0.13 |
| HSL | 205.71º | 0.65% | 0.64% | - |
| HSV(B) | 205.71º | 0.53% | 0.87% | - |
| XYZ | 33.78 | 37.78 | 75.32 | - |
| YUV | 157.48 | 164.97 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 223 | 0.53 | 0.23 | 0 | 0.13 | 205.71 | 0.65 | 0.64 |
| Hex | 68 | AC | DF | 35 | 17 | 0 | D | CE | 41 | 40 |
| Octal | 150 | 254 | 337 | 65 | 27 | 0 | 15 | 316 | 101 | 100 |
| Binary | 1101000 | 10101100 | 11011111 | 110101 | 10111 | 0 | 1101 | 11001110 | 1000001 | 1000000 |
Color Harmonies of #68ACDF
Complementary color
Monochromatic Colors of #68ACDF
Black with #68ACDF
Text Example
Text Example
White with #68ACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ACDF; }
p { color: rgb(104,172,223); }
H1.HeaderClassName
{
color: #68ACDF;
}
.AnyTagClassName
{
color: #68ACDF;
}
</style>
background-color css
<style>
a { background-color: #68ACDF; }
a { background-color: rgb(104,172,223); }
div.DivClassName
{
background-color: #68ACDF;
}
.BgClassName
{
background-color: #68ACDF;
}
</style>
border-color css
<style>
span { border-color: #68ACDF; }
span { border-color: rgb(104,172,223); }
td.TdClassName
{
border-color: #68ACDF;
}
.TagClassName
{
border-color: #68ACDF;
}
</style>