Shades of Malibu #69ACE6
Tints of Malibu #69ACE6
RGB
CMYK
RGB Variations
Color information
#69ACE6 (or 0x69ACE6) is known color: Malibu. HEX triplet: 69, AC and E6. RGB value is (105,172,230). Sum of RGB (Red+Green+Blue) = 105+172+230=507 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.71% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 230 - color contains mainly: blue. Hex color #69ACE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69ACE6 is #965319. Grayscale: #9E9E9E. Windows color (decimal): -9851674 or 15117417. OLE color: 15117417.
HSL color Cylindrical-coordinate representation of color #69ACE6: hue angle of 207.84º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69ACE6 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 172 | 230 | - |
| CMYK | 0.54 | 0.25 | 0 | 0.10 |
| HSL | 207.84º | 0.71% | 0.66% | - |
| HSV(B) | 207.84º | 0.54% | 0.9% | - |
| XYZ | 34.86 | 38.22 | 80.4 | - |
| YUV | 158.58 | 168.3 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 172 | 230 | 0.54 | 0.25 | 0 | 0.10 | 207.84 | 0.71 | 0.66 |
| Hex | 69 | AC | E6 | 36 | 19 | 0 | A | D0 | 47 | 42 |
| Octal | 151 | 254 | 346 | 66 | 31 | 0 | 12 | 320 | 107 | 102 |
| Binary | 1101001 | 10101100 | 11100110 | 110110 | 11001 | 0 | 1010 | 11010000 | 1000111 | 1000010 |
Color Harmonies of #69ACE6
Complementary color
Monochromatic Colors of #69ACE6
Black with #69ACE6
Text Example
Text Example
White with #69ACE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ACE6; }
p { color: rgb(105,172,230); }
H1.HeaderClassName
{
color: #69ACE6;
}
.AnyTagClassName
{
color: #69ACE6;
}
</style>
background-color css
<style>
a { background-color: #69ACE6; }
a { background-color: rgb(105,172,230); }
div.DivClassName
{
background-color: #69ACE6;
}
.BgClassName
{
background-color: #69ACE6;
}
</style>
border-color css
<style>
span { border-color: #69ACE6; }
span { border-color: rgb(105,172,230); }
td.TdClassName
{
border-color: #69ACE6;
}
.TagClassName
{
border-color: #69ACE6;
}
</style>