Shades of Malibu #69BADC
Tints of Malibu #69BADC
RGB
CMYK
RGB Variations
Color information
#69BADC (or 0x69BADC) is known color: Malibu. HEX triplet: 69, BA and DC. RGB value is (105,186,220). Sum of RGB (Red+Green+Blue) = 105+186+220=511 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.55% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #69BADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BADC is #964523. Grayscale: #A5A5A5. Windows color (decimal): -9848100 or 14465641. OLE color: 14465641.
HSL color Cylindrical-coordinate representation of color #69BADC: hue angle of 197.74º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69BADC is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 186 | 220 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.14 |
| HSL | 197.74º | 0.62% | 0.64% | - |
| HSV(B) | 197.74º | 0.52% | 0.86% | - |
| XYZ | 36.3 | 43.29 | 74.15 | - |
| YUV | 165.66 | 158.66 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 186 | 220 | 0.52 | 0.15 | 0 | 0.14 | 197.74 | 0.62 | 0.64 |
| Hex | 69 | BA | DC | 34 | F | 0 | E | C6 | 3E | 40 |
| Octal | 151 | 272 | 334 | 64 | 17 | 0 | 16 | 306 | 76 | 100 |
| Binary | 1101001 | 10111010 | 11011100 | 110100 | 1111 | 0 | 1110 | 11000110 | 111110 | 1000000 |
Color Harmonies of #69BADC
Complementary color
Monochromatic Colors of #69BADC
Black with #69BADC
Text Example
Text Example
White with #69BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BADC; }
p { color: rgb(105,186,220); }
H1.HeaderClassName
{
color: #69BADC;
}
.AnyTagClassName
{
color: #69BADC;
}
</style>
background-color css
<style>
a { background-color: #69BADC; }
a { background-color: rgb(105,186,220); }
div.DivClassName
{
background-color: #69BADC;
}
.BgClassName
{
background-color: #69BADC;
}
</style>
border-color css
<style>
span { border-color: #69BADC; }
span { border-color: rgb(105,186,220); }
td.TdClassName
{
border-color: #69BADC;
}
.TagClassName
{
border-color: #69BADC;
}
</style>