Shades of Malibu #70BBE0
Tints of Malibu #70BBE0
RGB
CMYK
RGB Variations
Color information
#70BBE0 (or 0x70BBE0) is known color: Malibu. HEX triplet: 70, BB and E0. RGB value is (112,187,224). Sum of RGB (Red+Green+Blue) = 112+187+224=523 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.41% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 224 (87.89% from 255 or 42.83% from 523); Max value from RGB is 224 - color contains mainly: blue. Hex color #70BBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BBE0 is #8F441F. Grayscale: #A8A8A8. Windows color (decimal): -9389088 or 14728048. OLE color: 14728048.
HSL color Cylindrical-coordinate representation of color #70BBE0: hue angle of 199.82º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70BBE0 is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 187 | 224 | - |
| CMYK | 0.50 | 0.17 | 0 | 0.12 |
| HSL | 199.82º | 0.64% | 0.66% | - |
| HSV(B) | 199.82º | 0.5% | 0.88% | - |
| XYZ | 37.91 | 44.37 | 77.09 | - |
| YUV | 168.79 | 159.15 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 187 | 224 | 0.50 | 0.17 | 0 | 0.12 | 199.82 | 0.64 | 0.66 |
| Hex | 70 | BB | E0 | 32 | 11 | 0 | C | C8 | 40 | 42 |
| Octal | 160 | 273 | 340 | 62 | 21 | 0 | 14 | 310 | 100 | 102 |
| Binary | 1110000 | 10111011 | 11100000 | 110010 | 10001 | 0 | 1100 | 11001000 | 1000000 | 1000010 |
Color Harmonies of #70BBE0
Complementary color
Monochromatic Colors of #70BBE0
Black with #70BBE0
Text Example
Text Example
White with #70BBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BBE0; }
p { color: rgb(112,187,224); }
H1.HeaderClassName
{
color: #70BBE0;
}
.AnyTagClassName
{
color: #70BBE0;
}
</style>
background-color css
<style>
a { background-color: #70BBE0; }
a { background-color: rgb(112,187,224); }
div.DivClassName
{
background-color: #70BBE0;
}
.BgClassName
{
background-color: #70BBE0;
}
</style>
border-color css
<style>
span { border-color: #70BBE0; }
span { border-color: rgb(112,187,224); }
td.TdClassName
{
border-color: #70BBE0;
}
.TagClassName
{
border-color: #70BBE0;
}
</style>