Shades of Malibu #70BCDD
Tints of Malibu #70BCDD
RGB
CMYK
RGB Variations
Color information
#70BCDD (or 0x70BCDD) is known color: Malibu. HEX triplet: 70, BC and DD. RGB value is (112,188,221). Sum of RGB (Red+Green+Blue) = 112+188+221=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #70BCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BCDD is #8F4322. Grayscale: #A8A8A8. Windows color (decimal): -9388835 or 14531696. OLE color: 14531696.
HSL color Cylindrical-coordinate representation of color #70BCDD: hue angle of 198.17º 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 #70BCDD is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 188 | 221 | - |
| CMYK | 0.49 | 0.15 | 0 | 0.13 |
| HSL | 198.17º | 0.62% | 0.65% | - |
| HSV(B) | 198.17º | 0.49% | 0.87% | - |
| XYZ | 37.72 | 44.63 | 75.03 | - |
| YUV | 169.04 | 157.32 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 221 | 0.49 | 0.15 | 0 | 0.13 | 198.17 | 0.62 | 0.65 |
| Hex | 70 | BC | DD | 31 | F | 0 | D | C6 | 3E | 41 |
| Octal | 160 | 274 | 335 | 61 | 17 | 0 | 15 | 306 | 76 | 101 |
| Binary | 1110000 | 10111100 | 11011101 | 110001 | 1111 | 0 | 1101 | 11000110 | 111110 | 1000001 |
Color Harmonies of #70BCDD
Complementary color
Monochromatic Colors of #70BCDD
Black with #70BCDD
Text Example
Text Example
White with #70BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BCDD; }
p { color: rgb(112,188,221); }
H1.HeaderClassName
{
color: #70BCDD;
}
.AnyTagClassName
{
color: #70BCDD;
}
</style>
background-color css
<style>
a { background-color: #70BCDD; }
a { background-color: rgb(112,188,221); }
div.DivClassName
{
background-color: #70BCDD;
}
.BgClassName
{
background-color: #70BCDD;
}
</style>
border-color css
<style>
span { border-color: #70BCDD; }
span { border-color: rgb(112,188,221); }
td.TdClassName
{
border-color: #70BCDD;
}
.TagClassName
{
border-color: #70BCDD;
}
</style>