Shades of Malibu #70BAE6
Tints of Malibu #70BAE6
RGB
CMYK
RGB Variations
Color information
#70BAE6 (or 0x70BAE6) is known color: Malibu. HEX triplet: 70, BA and E6. RGB value is (112,186,230). Sum of RGB (Red+Green+Blue) = 112+186+230=528 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.21% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 230 (90.23% from 255 or 43.56% from 528); Max value from RGB is 230 - color contains mainly: blue. Hex color #70BAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BAE6 is #8F4519. Grayscale: #A8A8A8. Windows color (decimal): -9389338 or 15121008. OLE color: 15121008.
HSL color Cylindrical-coordinate representation of color #70BAE6: hue angle of 202.37º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70BAE6 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 186 | 230 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.10 |
| HSL | 202.37º | 0.7% | 0.67% | - |
| HSV(B) | 202.37º | 0.51% | 0.9% | - |
| XYZ | 38.52 | 44.28 | 81.38 | - |
| YUV | 168.89 | 162.48 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 230 | 0.51 | 0.19 | 0 | 0.10 | 202.37 | 0.7 | 0.67 |
| Hex | 70 | BA | E6 | 33 | 13 | 0 | A | CA | 46 | 43 |
| Octal | 160 | 272 | 346 | 63 | 23 | 0 | 12 | 312 | 106 | 103 |
| Binary | 1110000 | 10111010 | 11100110 | 110011 | 10011 | 0 | 1010 | 11001010 | 1000110 | 1000011 |
Color Harmonies of #70BAE6
Complementary color
Monochromatic Colors of #70BAE6
Black with #70BAE6
Text Example
Text Example
White with #70BAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BAE6; }
p { color: rgb(112,186,230); }
H1.HeaderClassName
{
color: #70BAE6;
}
.AnyTagClassName
{
color: #70BAE6;
}
</style>
background-color css
<style>
a { background-color: #70BAE6; }
a { background-color: rgb(112,186,230); }
div.DivClassName
{
background-color: #70BAE6;
}
.BgClassName
{
background-color: #70BAE6;
}
</style>
border-color css
<style>
span { border-color: #70BAE6; }
span { border-color: rgb(112,186,230); }
td.TdClassName
{
border-color: #70BAE6;
}
.TagClassName
{
border-color: #70BAE6;
}
</style>