Shades of Malibu #70BADB
Tints of Malibu #70BADB
RGB
CMYK
RGB Variations
Color information
#70BADB (or 0x70BADB) is known color: Malibu. HEX triplet: 70, BA and DB. RGB value is (112,186,219). Sum of RGB (Red+Green+Blue) = 112+186+219=517 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.66% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #70BADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BADB is #8F4524. Grayscale: #A7A7A7. Windows color (decimal): -9389349 or 14400112. OLE color: 14400112.
HSL color Cylindrical-coordinate representation of color #70BADB: hue angle of 198.5º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70BADB is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 186 | 219 | - |
| CMYK | 0.49 | 0.15 | 0 | 0.14 |
| HSL | 198.5º | 0.6% | 0.65% | - |
| HSV(B) | 198.5º | 0.49% | 0.86% | - |
| XYZ | 37.03 | 43.68 | 73.5 | - |
| YUV | 167.64 | 156.98 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 219 | 0.49 | 0.15 | 0 | 0.14 | 198.5 | 0.6 | 0.65 |
| Hex | 70 | BA | DB | 31 | F | 0 | E | C7 | 3C | 41 |
| Octal | 160 | 272 | 333 | 61 | 17 | 0 | 16 | 307 | 74 | 101 |
| Binary | 1110000 | 10111010 | 11011011 | 110001 | 1111 | 0 | 1110 | 11000111 | 111100 | 1000001 |
Color Harmonies of #70BADB
Complementary color
Monochromatic Colors of #70BADB
Black with #70BADB
Text Example
Text Example
White with #70BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BADB; }
p { color: rgb(112,186,219); }
H1.HeaderClassName
{
color: #70BADB;
}
.AnyTagClassName
{
color: #70BADB;
}
</style>
background-color css
<style>
a { background-color: #70BADB; }
a { background-color: rgb(112,186,219); }
div.DivClassName
{
background-color: #70BADB;
}
.BgClassName
{
background-color: #70BADB;
}
</style>
border-color css
<style>
span { border-color: #70BADB; }
span { border-color: rgb(112,186,219); }
td.TdClassName
{
border-color: #70BADB;
}
.TagClassName
{
border-color: #70BADB;
}
</style>