Shades of Malibu #69AAE5
Tints of Malibu #69AAE5
RGB
CMYK
RGB Variations
Color information
#69AAE5 (or 0x69AAE5) is known color: Malibu. HEX triplet: 69, AA and E5. RGB value is (105,170,229). Sum of RGB (Red+Green+Blue) = 105+170+229=504 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.83% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #69AAE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AAE5 is #96551A. Grayscale: #9C9C9C. Windows color (decimal): -9852187 or 15051369. OLE color: 15051369.
HSL color Cylindrical-coordinate representation of color #69AAE5: hue angle of 208.55º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69AAE5 is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 170 | 229 | - |
| CMYK | 0.54 | 0.26 | 0 | 0.10 |
| HSL | 208.55º | 0.7% | 0.65% | - |
| HSV(B) | 208.55º | 0.54% | 0.9% | - |
| XYZ | 34.34 | 37.41 | 79.54 | - |
| YUV | 157.29 | 168.47 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 170 | 229 | 0.54 | 0.26 | 0 | 0.10 | 208.55 | 0.7 | 0.65 |
| Hex | 69 | AA | E5 | 36 | 1A | 0 | A | D1 | 46 | 41 |
| Octal | 151 | 252 | 345 | 66 | 32 | 0 | 12 | 321 | 106 | 101 |
| Binary | 1101001 | 10101010 | 11100101 | 110110 | 11010 | 0 | 1010 | 11010001 | 1000110 | 1000001 |
Color Harmonies of #69AAE5
Complementary color
Monochromatic Colors of #69AAE5
Black with #69AAE5
Text Example
Text Example
White with #69AAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AAE5; }
p { color: rgb(105,170,229); }
H1.HeaderClassName
{
color: #69AAE5;
}
.AnyTagClassName
{
color: #69AAE5;
}
</style>
background-color css
<style>
a { background-color: #69AAE5; }
a { background-color: rgb(105,170,229); }
div.DivClassName
{
background-color: #69AAE5;
}
.BgClassName
{
background-color: #69AAE5;
}
</style>
border-color css
<style>
span { border-color: #69AAE5; }
span { border-color: rgb(105,170,229); }
td.TdClassName
{
border-color: #69AAE5;
}
.TagClassName
{
border-color: #69AAE5;
}
</style>