Shades of Malibu #69BCDB
Tints of Malibu #69BCDB
RGB
CMYK
RGB Variations
Color information
#69BCDB (or 0x69BCDB) is known color: Malibu. HEX triplet: 69, BC and DB. RGB value is (105,188,219). Sum of RGB (Red+Green+Blue) = 105+188+219=512 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.51% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #69BCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BCDB is #964324. Grayscale: #A6A6A6. Windows color (decimal): -9847589 or 14400617. OLE color: 14400617.
HSL color Cylindrical-coordinate representation of color #69BCDB: hue angle of 196.32º degrees, saturation: 0.61, 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 #69BCDB is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 188 | 219 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.14 |
| HSL | 196.32º | 0.61% | 0.64% | - |
| HSV(B) | 196.32º | 0.52% | 0.86% | - |
| XYZ | 36.6 | 44.08 | 73.6 | - |
| YUV | 166.72 | 157.5 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 188 | 219 | 0.52 | 0.14 | 0 | 0.14 | 196.32 | 0.61 | 0.64 |
| Hex | 69 | BC | DB | 34 | E | 0 | E | C4 | 3D | 40 |
| Octal | 151 | 274 | 333 | 64 | 16 | 0 | 16 | 304 | 75 | 100 |
| Binary | 1101001 | 10111100 | 11011011 | 110100 | 1110 | 0 | 1110 | 11000100 | 111101 | 1000000 |
Color Harmonies of #69BCDB
Complementary color
Monochromatic Colors of #69BCDB
Black with #69BCDB
Text Example
Text Example
White with #69BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BCDB; }
p { color: rgb(105,188,219); }
H1.HeaderClassName
{
color: #69BCDB;
}
.AnyTagClassName
{
color: #69BCDB;
}
</style>
background-color css
<style>
a { background-color: #69BCDB; }
a { background-color: rgb(105,188,219); }
div.DivClassName
{
background-color: #69BCDB;
}
.BgClassName
{
background-color: #69BCDB;
}
</style>
border-color css
<style>
span { border-color: #69BCDB; }
span { border-color: rgb(105,188,219); }
td.TdClassName
{
border-color: #69BCDB;
}
.TagClassName
{
border-color: #69BCDB;
}
</style>