Shades of Malibu #67ABDC
Tints of Malibu #67ABDC
RGB
CMYK
RGB Variations
Color information
#67ABDC (or 0x67ABDC) is known color: Malibu. HEX triplet: 67, AB and DC. RGB value is (103,171,220). Sum of RGB (Red+Green+Blue) = 103+171+220=494 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.85% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #67ABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ABDC is #985423. Grayscale: #9B9B9B. Windows color (decimal): -9983012 or 14461799. OLE color: 14461799.
HSL color Cylindrical-coordinate representation of color #67ABDC: hue angle of 205.13º degrees, saturation: 0.63, 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 #67ABDC is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 171 | 220 | - |
| CMYK | 0.53 | 0.22 | 0 | 0.14 |
| HSL | 205.13º | 0.63% | 0.63% | - |
| HSV(B) | 205.13º | 0.53% | 0.86% | - |
| XYZ | 33.07 | 37.18 | 73.14 | - |
| YUV | 156.25 | 163.97 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 171 | 220 | 0.53 | 0.22 | 0 | 0.14 | 205.13 | 0.63 | 0.63 |
| Hex | 67 | AB | DC | 35 | 16 | 0 | E | CD | 3F | 3F |
| Octal | 147 | 253 | 334 | 65 | 26 | 0 | 16 | 315 | 77 | 77 |
| Binary | 1100111 | 10101011 | 11011100 | 110101 | 10110 | 0 | 1110 | 11001101 | 111111 | 111111 |
Color Harmonies of #67ABDC
Complementary color
Monochromatic Colors of #67ABDC
Black with #67ABDC
Text Example
Text Example
White with #67ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ABDC; }
p { color: rgb(103,171,220); }
H1.HeaderClassName
{
color: #67ABDC;
}
.AnyTagClassName
{
color: #67ABDC;
}
</style>
background-color css
<style>
a { background-color: #67ABDC; }
a { background-color: rgb(103,171,220); }
div.DivClassName
{
background-color: #67ABDC;
}
.BgClassName
{
background-color: #67ABDC;
}
</style>
border-color css
<style>
span { border-color: #67ABDC; }
span { border-color: rgb(103,171,220); }
td.TdClassName
{
border-color: #67ABDC;
}
.TagClassName
{
border-color: #67ABDC;
}
</style>