Shades of Malibu #70C0EB
Tints of Malibu #70C0EB
RGB
CMYK
RGB Variations
Color information
#70C0EB (or 0x70C0EB) is known color: Malibu. HEX triplet: 70, C0 and EB. RGB value is (112,192,235). Sum of RGB (Red+Green+Blue) = 112+192+235=539 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.78% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #70C0EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C0EB is #8F3F14. Grayscale: #ACACAC. Windows color (decimal): -9387797 or 15450224. OLE color: 15450224.
HSL color Cylindrical-coordinate representation of color #70C0EB: hue angle of 200.98º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70C0EB is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 192 | 235 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.08 |
| HSL | 200.98º | 0.75% | 0.68% | - |
| HSV(B) | 200.98º | 0.52% | 0.92% | - |
| XYZ | 40.53 | 47.14 | 85.56 | - |
| YUV | 172.98 | 163 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 192 | 235 | 0.52 | 0.18 | 0 | 0.08 | 200.98 | 0.75 | 0.68 |
| Hex | 70 | C0 | EB | 34 | 12 | 0 | 8 | C9 | 4B | 44 |
| Octal | 160 | 300 | 353 | 64 | 22 | 0 | 10 | 311 | 113 | 104 |
| Binary | 1110000 | 11000000 | 11101011 | 110100 | 10010 | 0 | 1000 | 11001001 | 1001011 | 1000100 |
Color Harmonies of #70C0EB
Complementary color
Monochromatic Colors of #70C0EB
Black with #70C0EB
Text Example
Text Example
White with #70C0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C0EB; }
p { color: rgb(112,192,235); }
H1.HeaderClassName
{
color: #70C0EB;
}
.AnyTagClassName
{
color: #70C0EB;
}
</style>
background-color css
<style>
a { background-color: #70C0EB; }
a { background-color: rgb(112,192,235); }
div.DivClassName
{
background-color: #70C0EB;
}
.BgClassName
{
background-color: #70C0EB;
}
</style>
border-color css
<style>
span { border-color: #70C0EB; }
span { border-color: rgb(112,192,235); }
td.TdClassName
{
border-color: #70C0EB;
}
.TagClassName
{
border-color: #70C0EB;
}
</style>