Shades of Malibu #70BADD
Tints of Malibu #70BADD
RGB
CMYK
RGB Variations
Color information
#70BADD (or 0x70BADD) is known color: Malibu. HEX triplet: 70, BA and DD. RGB value is (112,186,221). Sum of RGB (Red+Green+Blue) = 112+186+221=519 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.58% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #70BADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BADD is #8F4522. Grayscale: #A7A7A7. Windows color (decimal): -9389347 or 14531184. OLE color: 14531184.
HSL color Cylindrical-coordinate representation of color #70BADD: hue angle of 199.27º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70BADD is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 186 | 221 | - |
| CMYK | 0.49 | 0.16 | 0 | 0.13 |
| HSL | 199.27º | 0.62% | 0.65% | - |
| HSV(B) | 199.27º | 0.49% | 0.87% | - |
| XYZ | 37.29 | 43.78 | 74.89 | - |
| YUV | 167.86 | 157.98 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 221 | 0.49 | 0.16 | 0 | 0.13 | 199.27 | 0.62 | 0.65 |
| Hex | 70 | BA | DD | 31 | 10 | 0 | D | C7 | 3E | 41 |
| Octal | 160 | 272 | 335 | 61 | 20 | 0 | 15 | 307 | 76 | 101 |
| Binary | 1110000 | 10111010 | 11011101 | 110001 | 10000 | 0 | 1101 | 11000111 | 111110 | 1000001 |
Color Harmonies of #70BADD
Complementary color
Monochromatic Colors of #70BADD
Black with #70BADD
Text Example
Text Example
White with #70BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BADD; }
p { color: rgb(112,186,221); }
H1.HeaderClassName
{
color: #70BADD;
}
.AnyTagClassName
{
color: #70BADD;
}
</style>
background-color css
<style>
a { background-color: #70BADD; }
a { background-color: rgb(112,186,221); }
div.DivClassName
{
background-color: #70BADD;
}
.BgClassName
{
background-color: #70BADD;
}
</style>
border-color css
<style>
span { border-color: #70BADD; }
span { border-color: rgb(112,186,221); }
td.TdClassName
{
border-color: #70BADD;
}
.TagClassName
{
border-color: #70BADD;
}
</style>