Shades of Malibu #67ACE6
Tints of Malibu #67ACE6
RGB
CMYK
RGB Variations
Color information
#67ACE6 (or 0x67ACE6) is known color: Malibu. HEX triplet: 67, AC and E6. RGB value is (103,172,230). Sum of RGB (Red+Green+Blue) = 103+172+230=505 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.40% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 230 - color contains mainly: blue. Hex color #67ACE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67ACE6 is #985319. Grayscale: #9D9D9D. Windows color (decimal): -9982746 or 15117415. OLE color: 15117415.
HSL color Cylindrical-coordinate representation of color #67ACE6: hue angle of 207.4º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #67ACE6 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 103 | 172 | 230 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.10 |
| HSL | 207.4º | 0.72% | 0.65% | - |
| HSV(B) | 207.4º | 0.55% | 0.9% | - |
| XYZ | 34.63 | 38.1 | 80.39 | - |
| YUV | 157.98 | 168.64 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 172 | 230 | 0.55 | 0.25 | 0 | 0.10 | 207.4 | 0.72 | 0.65 |
| Hex | 67 | AC | E6 | 37 | 19 | 0 | A | CF | 48 | 41 |
| Octal | 147 | 254 | 346 | 67 | 31 | 0 | 12 | 317 | 110 | 101 |
| Binary | 1100111 | 10101100 | 11100110 | 110111 | 11001 | 0 | 1010 | 11001111 | 1001000 | 1000001 |
Color Harmonies of #67ACE6
Complementary color
Monochromatic Colors of #67ACE6
Black with #67ACE6
Text Example
Text Example
White with #67ACE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ACE6; }
p { color: rgb(103,172,230); }
H1.HeaderClassName
{
color: #67ACE6;
}
.AnyTagClassName
{
color: #67ACE6;
}
</style>
background-color css
<style>
a { background-color: #67ACE6; }
a { background-color: rgb(103,172,230); }
div.DivClassName
{
background-color: #67ACE6;
}
.BgClassName
{
background-color: #67ACE6;
}
</style>
border-color css
<style>
span { border-color: #67ACE6; }
span { border-color: rgb(103,172,230); }
td.TdClassName
{
border-color: #67ACE6;
}
.TagClassName
{
border-color: #67ACE6;
}
</style>