Shades of Malibu #69BADD
Tints of Malibu #69BADD
RGB
CMYK
RGB Variations
Color information
#69BADD (or 0x69BADD) is known color: Malibu. HEX triplet: 69, BA and DD. RGB value is (105,186,221). Sum of RGB (Red+Green+Blue) = 105+186+221=512 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.51% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #69BADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BADD is #964522. Grayscale: #A5A5A5. Windows color (decimal): -9848099 or 14531177. OLE color: 14531177.
HSL color Cylindrical-coordinate representation of color #69BADD: hue angle of 198.1º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69BADD is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 186 | 221 | - |
| CMYK | 0.52 | 0.16 | 0 | 0.13 |
| HSL | 198.1º | 0.63% | 0.64% | - |
| HSV(B) | 198.1º | 0.52% | 0.87% | - |
| XYZ | 36.44 | 43.34 | 74.85 | - |
| YUV | 165.77 | 159.16 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 186 | 221 | 0.52 | 0.16 | 0 | 0.13 | 198.1 | 0.63 | 0.64 |
| Hex | 69 | BA | DD | 34 | 10 | 0 | D | C6 | 3F | 40 |
| Octal | 151 | 272 | 335 | 64 | 20 | 0 | 15 | 306 | 77 | 100 |
| Binary | 1101001 | 10111010 | 11011101 | 110100 | 10000 | 0 | 1101 | 11000110 | 111111 | 1000000 |
Color Harmonies of #69BADD
Complementary color
Monochromatic Colors of #69BADD
Black with #69BADD
Text Example
Text Example
White with #69BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BADD; }
p { color: rgb(105,186,221); }
H1.HeaderClassName
{
color: #69BADD;
}
.AnyTagClassName
{
color: #69BADD;
}
</style>
background-color css
<style>
a { background-color: #69BADD; }
a { background-color: rgb(105,186,221); }
div.DivClassName
{
background-color: #69BADD;
}
.BgClassName
{
background-color: #69BADD;
}
</style>
border-color css
<style>
span { border-color: #69BADD; }
span { border-color: rgb(105,186,221); }
td.TdClassName
{
border-color: #69BADD;
}
.TagClassName
{
border-color: #69BADD;
}
</style>