Shades of Malibu #68ABD5
Tints of Malibu #68ABD5
RGB
CMYK
RGB Variations
Color information
#68ABD5 (or 0x68ABD5) is known color: Malibu. HEX triplet: 68, AB and D5. RGB value is (104,171,213). Sum of RGB (Red+Green+Blue) = 104+171+213=488 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.31% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #68ABD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ABD5 is #97542A. Grayscale: #9B9B9B. Windows color (decimal): -9917483 or 14003048. OLE color: 14003048.
HSL color Cylindrical-coordinate representation of color #68ABD5: hue angle of 203.12º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68ABD5 is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 171 | 213 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.16 |
| HSL | 203.12º | 0.56% | 0.62% | - |
| HSV(B) | 203.12º | 0.51% | 0.84% | - |
| XYZ | 32.28 | 36.87 | 68.37 | - |
| YUV | 155.76 | 160.3 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 213 | 0.51 | 0.20 | 0 | 0.16 | 203.12 | 0.56 | 0.62 |
| Hex | 68 | AB | D5 | 33 | 14 | 0 | 10 | CB | 38 | 3E |
| Octal | 150 | 253 | 325 | 63 | 24 | 0 | 20 | 313 | 70 | 76 |
| Binary | 1101000 | 10101011 | 11010101 | 110011 | 10100 | 0 | 10000 | 11001011 | 111000 | 111110 |
Color Harmonies of #68ABD5
Complementary color
Monochromatic Colors of #68ABD5
Black with #68ABD5
Text Example
Text Example
White with #68ABD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ABD5; }
p { color: rgb(104,171,213); }
H1.HeaderClassName
{
color: #68ABD5;
}
.AnyTagClassName
{
color: #68ABD5;
}
</style>
background-color css
<style>
a { background-color: #68ABD5; }
a { background-color: rgb(104,171,213); }
div.DivClassName
{
background-color: #68ABD5;
}
.BgClassName
{
background-color: #68ABD5;
}
</style>
border-color css
<style>
span { border-color: #68ABD5; }
span { border-color: rgb(104,171,213); }
td.TdClassName
{
border-color: #68ABD5;
}
.TagClassName
{
border-color: #68ABD5;
}
</style>