Shades of Malibu #67ACDB
Tints of Malibu #67ACDB
RGB
CMYK
RGB Variations
Color information
#67ACDB (or 0x67ACDB) is known color: Malibu. HEX triplet: 67, AC and DB. RGB value is (103,172,219). Sum of RGB (Red+Green+Blue) = 103+172+219=494 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.85% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #67ACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ACDB is #985324. Grayscale: #9C9C9C. Windows color (decimal): -9982757 or 14396519. OLE color: 14396519.
HSL color Cylindrical-coordinate representation of color #67ACDB: hue angle of 204.31º 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 #67ACDB is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 172 | 219 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.14 |
| HSL | 204.31º | 0.62% | 0.63% | - |
| HSV(B) | 204.31º | 0.53% | 0.86% | - |
| XYZ | 33.13 | 37.5 | 72.51 | - |
| YUV | 156.73 | 163.14 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 172 | 219 | 0.53 | 0.21 | 0 | 0.14 | 204.31 | 0.62 | 0.63 |
| Hex | 67 | AC | DB | 35 | 15 | 0 | E | CC | 3E | 3F |
| Octal | 147 | 254 | 333 | 65 | 25 | 0 | 16 | 314 | 76 | 77 |
| Binary | 1100111 | 10101100 | 11011011 | 110101 | 10101 | 0 | 1110 | 11001100 | 111110 | 111111 |
Color Harmonies of #67ACDB
Complementary color
Monochromatic Colors of #67ACDB
Black with #67ACDB
Text Example
Text Example
White with #67ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ACDB; }
p { color: rgb(103,172,219); }
H1.HeaderClassName
{
color: #67ACDB;
}
.AnyTagClassName
{
color: #67ACDB;
}
</style>
background-color css
<style>
a { background-color: #67ACDB; }
a { background-color: rgb(103,172,219); }
div.DivClassName
{
background-color: #67ACDB;
}
.BgClassName
{
background-color: #67ACDB;
}
</style>
border-color css
<style>
span { border-color: #67ACDB; }
span { border-color: rgb(103,172,219); }
td.TdClassName
{
border-color: #67ACDB;
}
.TagClassName
{
border-color: #67ACDB;
}
</style>