Shades of Malibu #70BBDD
Tints of Malibu #70BBDD
RGB
CMYK
RGB Variations
Color information
#70BBDD (or 0x70BBDD) is known color: Malibu. HEX triplet: 70, BB and DD. RGB value is (112,187,221). Sum of RGB (Red+Green+Blue) = 112+187+221=520 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.54% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #70BBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BBDD is #8F4422. Grayscale: #A8A8A8. Windows color (decimal): -9389091 or 14531440. OLE color: 14531440.
HSL color Cylindrical-coordinate representation of color #70BBDD: hue angle of 198.72º 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 #70BBDD is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 187 | 221 | - |
| CMYK | 0.49 | 0.15 | 0 | 0.13 |
| HSL | 198.72º | 0.62% | 0.65% | - |
| HSV(B) | 198.72º | 0.49% | 0.87% | - |
| XYZ | 37.5 | 44.21 | 74.96 | - |
| YUV | 168.45 | 157.65 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 187 | 221 | 0.49 | 0.15 | 0 | 0.13 | 198.72 | 0.62 | 0.65 |
| Hex | 70 | BB | DD | 31 | F | 0 | D | C7 | 3E | 41 |
| Octal | 160 | 273 | 335 | 61 | 17 | 0 | 15 | 307 | 76 | 101 |
| Binary | 1110000 | 10111011 | 11011101 | 110001 | 1111 | 0 | 1101 | 11000111 | 111110 | 1000001 |
Color Harmonies of #70BBDD
Complementary color
Monochromatic Colors of #70BBDD
Black with #70BBDD
Text Example
Text Example
White with #70BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BBDD; }
p { color: rgb(112,187,221); }
H1.HeaderClassName
{
color: #70BBDD;
}
.AnyTagClassName
{
color: #70BBDD;
}
</style>
background-color css
<style>
a { background-color: #70BBDD; }
a { background-color: rgb(112,187,221); }
div.DivClassName
{
background-color: #70BBDD;
}
.BgClassName
{
background-color: #70BBDD;
}
</style>
border-color css
<style>
span { border-color: #70BBDD; }
span { border-color: rgb(112,187,221); }
td.TdClassName
{
border-color: #70BBDD;
}
.TagClassName
{
border-color: #70BBDD;
}
</style>