Shades of Malibu #70BDE0
Tints of Malibu #70BDE0
RGB
CMYK
RGB Variations
Color information
#70BDE0 (or 0x70BDE0) is known color: Malibu. HEX triplet: 70, BD and E0. RGB value is (112,189,224). Sum of RGB (Red+Green+Blue) = 112+189+224=525 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.33% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 224 - color contains mainly: blue. Hex color #70BDE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BDE0 is #8F421F. Grayscale: #A9A9A9. Windows color (decimal): -9388576 or 14728560. OLE color: 14728560.
HSL color Cylindrical-coordinate representation of color #70BDE0: hue angle of 198.75º 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 #70BDE0 is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 189 | 224 | - |
| CMYK | 0.50 | 0.16 | 0 | 0.12 |
| HSL | 198.75º | 0.64% | 0.66% | - |
| HSV(B) | 198.75º | 0.5% | 0.88% | - |
| XYZ | 38.33 | 45.22 | 77.23 | - |
| YUV | 169.97 | 158.49 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 189 | 224 | 0.50 | 0.16 | 0 | 0.12 | 198.75 | 0.64 | 0.66 |
| Hex | 70 | BD | E0 | 32 | 10 | 0 | C | C7 | 40 | 42 |
| Octal | 160 | 275 | 340 | 62 | 20 | 0 | 14 | 307 | 100 | 102 |
| Binary | 1110000 | 10111101 | 11100000 | 110010 | 10000 | 0 | 1100 | 11000111 | 1000000 | 1000010 |
Color Harmonies of #70BDE0
Complementary color
Monochromatic Colors of #70BDE0
Black with #70BDE0
Text Example
Text Example
White with #70BDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BDE0; }
p { color: rgb(112,189,224); }
H1.HeaderClassName
{
color: #70BDE0;
}
.AnyTagClassName
{
color: #70BDE0;
}
</style>
background-color css
<style>
a { background-color: #70BDE0; }
a { background-color: rgb(112,189,224); }
div.DivClassName
{
background-color: #70BDE0;
}
.BgClassName
{
background-color: #70BDE0;
}
</style>
border-color css
<style>
span { border-color: #70BDE0; }
span { border-color: rgb(112,189,224); }
td.TdClassName
{
border-color: #70BDE0;
}
.TagClassName
{
border-color: #70BDE0;
}
</style>