Shades of Malibu #70BCDC
Tints of Malibu #70BCDC
RGB
CMYK
RGB Variations
Color information
#70BCDC (or 0x70BCDC) is known color: Malibu. HEX triplet: 70, BC and DC. RGB value is (112,188,220). Sum of RGB (Red+Green+Blue) = 112+188+220=520 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.54% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #70BCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BCDC is #8F4323. Grayscale: #A8A8A8. Windows color (decimal): -9388836 or 14466160. OLE color: 14466160.
HSL color Cylindrical-coordinate representation of color #70BCDC: hue angle of 197.78º degrees, saturation: 0.61, 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 #70BCDC is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 188 | 220 | - |
| CMYK | 0.49 | 0.15 | 0 | 0.14 |
| HSL | 197.78º | 0.61% | 0.65% | - |
| HSV(B) | 197.78º | 0.49% | 0.86% | - |
| XYZ | 37.58 | 44.58 | 74.33 | - |
| YUV | 168.92 | 156.82 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 220 | 0.49 | 0.15 | 0 | 0.14 | 197.78 | 0.61 | 0.65 |
| Hex | 70 | BC | DC | 31 | F | 0 | E | C6 | 3D | 41 |
| Octal | 160 | 274 | 334 | 61 | 17 | 0 | 16 | 306 | 75 | 101 |
| Binary | 1110000 | 10111100 | 11011100 | 110001 | 1111 | 0 | 1110 | 11000110 | 111101 | 1000001 |
Color Harmonies of #70BCDC
Complementary color
Monochromatic Colors of #70BCDC
Black with #70BCDC
Text Example
Text Example
White with #70BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BCDC; }
p { color: rgb(112,188,220); }
H1.HeaderClassName
{
color: #70BCDC;
}
.AnyTagClassName
{
color: #70BCDC;
}
</style>
background-color css
<style>
a { background-color: #70BCDC; }
a { background-color: rgb(112,188,220); }
div.DivClassName
{
background-color: #70BCDC;
}
.BgClassName
{
background-color: #70BCDC;
}
</style>
border-color css
<style>
span { border-color: #70BCDC; }
span { border-color: rgb(112,188,220); }
td.TdClassName
{
border-color: #70BCDC;
}
.TagClassName
{
border-color: #70BCDC;
}
</style>