Shades of Malibu #70BBEC
Tints of Malibu #70BBEC
RGB
CMYK
RGB Variations
Color information
#70BBEC (or 0x70BBEC) is known color: Malibu. HEX triplet: 70, BB and EC. RGB value is (112,187,236). Sum of RGB (Red+Green+Blue) = 112+187+236=535 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.93% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #70BBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BBEC is #8F4413. Grayscale: #A9A9A9. Windows color (decimal): -9389076 or 15514480. OLE color: 15514480.
HSL color Cylindrical-coordinate representation of color #70BBEC: hue angle of 203.71º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70BBEC is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 187 | 236 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.07 |
| HSL | 203.71º | 0.77% | 0.68% | - |
| HSV(B) | 203.71º | 0.53% | 0.93% | - |
| XYZ | 39.59 | 45.04 | 85.96 | - |
| YUV | 170.16 | 165.15 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 187 | 236 | 0.53 | 0.21 | 0 | 0.07 | 203.71 | 0.77 | 0.68 |
| Hex | 70 | BB | EC | 35 | 15 | 0 | 7 | CC | 4D | 44 |
| Octal | 160 | 273 | 354 | 65 | 25 | 0 | 7 | 314 | 115 | 104 |
| Binary | 1110000 | 10111011 | 11101100 | 110101 | 10101 | 0 | 111 | 11001100 | 1001101 | 1000100 |
Color Harmonies of #70BBEC
Complementary color
Monochromatic Colors of #70BBEC
Black with #70BBEC
Text Example
Text Example
White with #70BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BBEC; }
p { color: rgb(112,187,236); }
H1.HeaderClassName
{
color: #70BBEC;
}
.AnyTagClassName
{
color: #70BBEC;
}
</style>
background-color css
<style>
a { background-color: #70BBEC; }
a { background-color: rgb(112,187,236); }
div.DivClassName
{
background-color: #70BBEC;
}
.BgClassName
{
background-color: #70BBEC;
}
</style>
border-color css
<style>
span { border-color: #70BBEC; }
span { border-color: rgb(112,187,236); }
td.TdClassName
{
border-color: #70BBEC;
}
.TagClassName
{
border-color: #70BBEC;
}
</style>