Shades of Malibu #68ABDC
Tints of Malibu #68ABDC
RGB
CMYK
RGB Variations
Color information
#68ABDC (or 0x68ABDC) is known color: Malibu. HEX triplet: 68, AB and DC. RGB value is (104,171,220). Sum of RGB (Red+Green+Blue) = 104+171+220=495 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.01% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #68ABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ABDC is #975423. Grayscale: #9C9C9C. Windows color (decimal): -9917476 or 14461800. OLE color: 14461800.
HSL color Cylindrical-coordinate representation of color #68ABDC: hue angle of 205.34º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68ABDC is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 171 | 220 | - |
| CMYK | 0.53 | 0.22 | 0 | 0.14 |
| HSL | 205.34º | 0.62% | 0.64% | - |
| HSV(B) | 205.34º | 0.53% | 0.86% | - |
| XYZ | 33.19 | 37.24 | 73.15 | - |
| YUV | 156.55 | 163.8 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 220 | 0.53 | 0.22 | 0 | 0.14 | 205.34 | 0.62 | 0.64 |
| Hex | 68 | AB | DC | 35 | 16 | 0 | E | CD | 3E | 40 |
| Octal | 150 | 253 | 334 | 65 | 26 | 0 | 16 | 315 | 76 | 100 |
| Binary | 1101000 | 10101011 | 11011100 | 110101 | 10110 | 0 | 1110 | 11001101 | 111110 | 1000000 |
Color Harmonies of #68ABDC
Complementary color
Monochromatic Colors of #68ABDC
Black with #68ABDC
Text Example
Text Example
White with #68ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ABDC; }
p { color: rgb(104,171,220); }
H1.HeaderClassName
{
color: #68ABDC;
}
.AnyTagClassName
{
color: #68ABDC;
}
</style>
background-color css
<style>
a { background-color: #68ABDC; }
a { background-color: rgb(104,171,220); }
div.DivClassName
{
background-color: #68ABDC;
}
.BgClassName
{
background-color: #68ABDC;
}
</style>
border-color css
<style>
span { border-color: #68ABDC; }
span { border-color: rgb(104,171,220); }
td.TdClassName
{
border-color: #68ABDC;
}
.TagClassName
{
border-color: #68ABDC;
}
</style>