Shades of Malibu #70BADF
Tints of Malibu #70BADF
RGB
CMYK
RGB Variations
Color information
#70BADF (or 0x70BADF) is known color: Malibu. HEX triplet: 70, BA and DF. RGB value is (112,186,223). Sum of RGB (Red+Green+Blue) = 112+186+223=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #70BADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BADF is #8F4520. Grayscale: #A7A7A7. Windows color (decimal): -9389345 or 14662256. OLE color: 14662256.
HSL color Cylindrical-coordinate representation of color #70BADF: hue angle of 200º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70BADF is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 186 | 223 | - |
| CMYK | 0.50 | 0.17 | 0 | 0.13 |
| HSL | 200º | 0.63% | 0.66% | - |
| HSV(B) | 200º | 0.5% | 0.87% | - |
| XYZ | 37.56 | 43.89 | 76.3 | - |
| YUV | 168.09 | 158.98 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 223 | 0.50 | 0.17 | 0 | 0.13 | 200 | 0.63 | 0.66 |
| Hex | 70 | BA | DF | 32 | 11 | 0 | D | C8 | 3F | 42 |
| Octal | 160 | 272 | 337 | 62 | 21 | 0 | 15 | 310 | 77 | 102 |
| Binary | 1110000 | 10111010 | 11011111 | 110010 | 10001 | 0 | 1101 | 11001000 | 111111 | 1000010 |
Color Harmonies of #70BADF
Complementary color
Monochromatic Colors of #70BADF
Black with #70BADF
Text Example
Text Example
White with #70BADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BADF; }
p { color: rgb(112,186,223); }
H1.HeaderClassName
{
color: #70BADF;
}
.AnyTagClassName
{
color: #70BADF;
}
</style>
background-color css
<style>
a { background-color: #70BADF; }
a { background-color: rgb(112,186,223); }
div.DivClassName
{
background-color: #70BADF;
}
.BgClassName
{
background-color: #70BADF;
}
</style>
border-color css
<style>
span { border-color: #70BADF; }
span { border-color: rgb(112,186,223); }
td.TdClassName
{
border-color: #70BADF;
}
.TagClassName
{
border-color: #70BADF;
}
</style>