Shades of Malibu #69ACE2
Tints of Malibu #69ACE2
RGB
CMYK
RGB Variations
Color information
#69ACE2 (or 0x69ACE2) is known color: Malibu. HEX triplet: 69, AC and E2. RGB value is (105,172,226). Sum of RGB (Red+Green+Blue) = 105+172+226=503 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.87% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 226 (88.67% from 255 or 44.93% from 503); Max value from RGB is 226 - color contains mainly: blue. Hex color #69ACE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ACE2 is #96531D. Grayscale: #9D9D9D. Windows color (decimal): -9851678 or 14855273. OLE color: 14855273.
HSL color Cylindrical-coordinate representation of color #69ACE2: hue angle of 206.78º 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 #69ACE2 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 105 | 172 | 226 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.11 |
| HSL | 206.78º | 0.68% | 0.65% | - |
| HSV(B) | 206.78º | 0.54% | 0.89% | - |
| XYZ | 34.31 | 38 | 77.48 | - |
| YUV | 158.12 | 166.3 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 172 | 226 | 0.54 | 0.24 | 0 | 0.11 | 206.78 | 0.68 | 0.65 |
| Hex | 69 | AC | E2 | 36 | 18 | 0 | B | CF | 44 | 41 |
| Octal | 151 | 254 | 342 | 66 | 30 | 0 | 13 | 317 | 104 | 101 |
| Binary | 1101001 | 10101100 | 11100010 | 110110 | 11000 | 0 | 1011 | 11001111 | 1000100 | 1000001 |
Color Harmonies of #69ACE2
Complementary color
Monochromatic Colors of #69ACE2
Black with #69ACE2
Text Example
Text Example
White with #69ACE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ACE2; }
p { color: rgb(105,172,226); }
H1.HeaderClassName
{
color: #69ACE2;
}
.AnyTagClassName
{
color: #69ACE2;
}
</style>
background-color css
<style>
a { background-color: #69ACE2; }
a { background-color: rgb(105,172,226); }
div.DivClassName
{
background-color: #69ACE2;
}
.BgClassName
{
background-color: #69ACE2;
}
</style>
border-color css
<style>
span { border-color: #69ACE2; }
span { border-color: rgb(105,172,226); }
td.TdClassName
{
border-color: #69ACE2;
}
.TagClassName
{
border-color: #69ACE2;
}
</style>