Shades of Malibu #67ABDB
Tints of Malibu #67ABDB
RGB
CMYK
RGB Variations
Color information
#67ABDB (or 0x67ABDB) is known color: Malibu. HEX triplet: 67, AB and DB. RGB value is (103,171,219). Sum of RGB (Red+Green+Blue) = 103+171+219=493 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.89% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #67ABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ABDB is #985424. Grayscale: #9B9B9B. Windows color (decimal): -9983013 or 14396263. OLE color: 14396263.
HSL color Cylindrical-coordinate representation of color #67ABDB: hue angle of 204.83º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67ABDB is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 171 | 219 | - |
| CMYK | 0.53 | 0.22 | 0 | 0.14 |
| HSL | 204.83º | 0.62% | 0.63% | - |
| HSV(B) | 204.83º | 0.53% | 0.86% | - |
| XYZ | 32.94 | 37.12 | 72.45 | - |
| YUV | 156.14 | 163.47 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 171 | 219 | 0.53 | 0.22 | 0 | 0.14 | 204.83 | 0.62 | 0.63 |
| Hex | 67 | AB | DB | 35 | 16 | 0 | E | CD | 3E | 3F |
| Octal | 147 | 253 | 333 | 65 | 26 | 0 | 16 | 315 | 76 | 77 |
| Binary | 1100111 | 10101011 | 11011011 | 110101 | 10110 | 0 | 1110 | 11001101 | 111110 | 111111 |
Color Harmonies of #67ABDB
Complementary color
Monochromatic Colors of #67ABDB
Black with #67ABDB
Text Example
Text Example
White with #67ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ABDB; }
p { color: rgb(103,171,219); }
H1.HeaderClassName
{
color: #67ABDB;
}
.AnyTagClassName
{
color: #67ABDB;
}
</style>
background-color css
<style>
a { background-color: #67ABDB; }
a { background-color: rgb(103,171,219); }
div.DivClassName
{
background-color: #67ABDB;
}
.BgClassName
{
background-color: #67ABDB;
}
</style>
border-color css
<style>
span { border-color: #67ABDB; }
span { border-color: rgb(103,171,219); }
td.TdClassName
{
border-color: #67ABDB;
}
.TagClassName
{
border-color: #67ABDB;
}
</style>