Shades of Malibu #67ACD8
Tints of Malibu #67ACD8
RGB
CMYK
RGB Variations
Color information
#67ACD8 (or 0x67ACD8) is known color: Malibu. HEX triplet: 67, AC and D8. RGB value is (103,172,216). Sum of RGB (Red+Green+Blue) = 103+172+216=491 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.98% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 216 (84.77% from 255 or 43.99% from 491); Max value from RGB is 216 - color contains mainly: blue. Hex color #67ACD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ACD8 is #985327. Grayscale: #9C9C9C. Windows color (decimal): -9982760 or 14199911. OLE color: 14199911.
HSL color Cylindrical-coordinate representation of color #67ACD8: hue angle of 203.36º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67ACD8 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 172 | 216 | - |
| CMYK | 0.52 | 0.20 | 0 | 0.15 |
| HSL | 203.36º | 0.59% | 0.63% | - |
| HSV(B) | 203.36º | 0.52% | 0.85% | - |
| XYZ | 32.74 | 37.35 | 70.45 | - |
| YUV | 156.39 | 161.64 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 172 | 216 | 0.52 | 0.20 | 0 | 0.15 | 203.36 | 0.59 | 0.63 |
| Hex | 67 | AC | D8 | 34 | 14 | 0 | F | CB | 3B | 3F |
| Octal | 147 | 254 | 330 | 64 | 24 | 0 | 17 | 313 | 73 | 77 |
| Binary | 1100111 | 10101100 | 11011000 | 110100 | 10100 | 0 | 1111 | 11001011 | 111011 | 111111 |
Color Harmonies of #67ACD8
Complementary color
Monochromatic Colors of #67ACD8
Black with #67ACD8
Text Example
Text Example
White with #67ACD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ACD8; }
p { color: rgb(103,172,216); }
H1.HeaderClassName
{
color: #67ACD8;
}
.AnyTagClassName
{
color: #67ACD8;
}
</style>
background-color css
<style>
a { background-color: #67ACD8; }
a { background-color: rgb(103,172,216); }
div.DivClassName
{
background-color: #67ACD8;
}
.BgClassName
{
background-color: #67ACD8;
}
</style>
border-color css
<style>
span { border-color: #67ACD8; }
span { border-color: rgb(103,172,216); }
td.TdClassName
{
border-color: #67ACD8;
}
.TagClassName
{
border-color: #67ACD8;
}
</style>