Shades of Malibu #67ACE2
Tints of Malibu #67ACE2
RGB
CMYK
RGB Variations
Color information
#67ACE2 (or 0x67ACE2) is known color: Malibu. HEX triplet: 67, AC and E2. RGB value is (103,172,226). Sum of RGB (Red+Green+Blue) = 103+172+226=501 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.56% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 226 (88.67% from 255 or 45.11% from 501); Max value from RGB is 226 - color contains mainly: blue. Hex color #67ACE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ACE2 is #98531D. Grayscale: #9D9D9D. Windows color (decimal): -9982750 or 14855271. OLE color: 14855271.
HSL color Cylindrical-coordinate representation of color #67ACE2: hue angle of 206.34º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67ACE2 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 103 | 172 | 226 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.11 |
| HSL | 206.34º | 0.68% | 0.65% | - |
| HSV(B) | 206.34º | 0.54% | 0.89% | - |
| XYZ | 34.07 | 37.88 | 77.47 | - |
| YUV | 157.53 | 166.64 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 172 | 226 | 0.54 | 0.24 | 0 | 0.11 | 206.34 | 0.68 | 0.65 |
| Hex | 67 | AC | E2 | 36 | 18 | 0 | B | CE | 44 | 41 |
| Octal | 147 | 254 | 342 | 66 | 30 | 0 | 13 | 316 | 104 | 101 |
| Binary | 1100111 | 10101100 | 11100010 | 110110 | 11000 | 0 | 1011 | 11001110 | 1000100 | 1000001 |
Color Harmonies of #67ACE2
Complementary color
Monochromatic Colors of #67ACE2
Black with #67ACE2
Text Example
Text Example
White with #67ACE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ACE2; }
p { color: rgb(103,172,226); }
H1.HeaderClassName
{
color: #67ACE2;
}
.AnyTagClassName
{
color: #67ACE2;
}
</style>
background-color css
<style>
a { background-color: #67ACE2; }
a { background-color: rgb(103,172,226); }
div.DivClassName
{
background-color: #67ACE2;
}
.BgClassName
{
background-color: #67ACE2;
}
</style>
border-color css
<style>
span { border-color: #67ACE2; }
span { border-color: rgb(103,172,226); }
td.TdClassName
{
border-color: #67ACE2;
}
.TagClassName
{
border-color: #67ACE2;
}
</style>