Shades of Malibu #67ACDF
Tints of Malibu #67ACDF
RGB
CMYK
RGB Variations
Color information
#67ACDF (or 0x67ACDF) is known color: Malibu. HEX triplet: 67, AC and DF. RGB value is (103,172,223). Sum of RGB (Red+Green+Blue) = 103+172+223=498 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.68% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #67ACDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ACDF is #985320. Grayscale: #9C9C9C. Windows color (decimal): -9982753 or 14658663. OLE color: 14658663.
HSL color Cylindrical-coordinate representation of color #67ACDF: hue angle of 205.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67ACDF is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 172 | 223 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.13 |
| HSL | 205.5º | 0.65% | 0.64% | - |
| HSV(B) | 205.5º | 0.54% | 0.87% | - |
| XYZ | 33.67 | 37.72 | 75.32 | - |
| YUV | 157.18 | 165.14 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 172 | 223 | 0.54 | 0.23 | 0 | 0.13 | 205.5 | 0.65 | 0.64 |
| Hex | 67 | AC | DF | 36 | 17 | 0 | D | CE | 41 | 40 |
| Octal | 147 | 254 | 337 | 66 | 27 | 0 | 15 | 316 | 101 | 100 |
| Binary | 1100111 | 10101100 | 11011111 | 110110 | 10111 | 0 | 1101 | 11001110 | 1000001 | 1000000 |
Color Harmonies of #67ACDF
Complementary color
Monochromatic Colors of #67ACDF
Black with #67ACDF
Text Example
Text Example
White with #67ACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ACDF; }
p { color: rgb(103,172,223); }
H1.HeaderClassName
{
color: #67ACDF;
}
.AnyTagClassName
{
color: #67ACDF;
}
</style>
background-color css
<style>
a { background-color: #67ACDF; }
a { background-color: rgb(103,172,223); }
div.DivClassName
{
background-color: #67ACDF;
}
.BgClassName
{
background-color: #67ACDF;
}
</style>
border-color css
<style>
span { border-color: #67ACDF; }
span { border-color: rgb(103,172,223); }
td.TdClassName
{
border-color: #67ACDF;
}
.TagClassName
{
border-color: #67ACDF;
}
</style>