Shades of Malibu #70BCDE
Tints of Malibu #70BCDE
RGB
CMYK
RGB Variations
Color information
#70BCDE (or 0x70BCDE) is known color: Malibu. HEX triplet: 70, BC and DE. RGB value is (112,188,222). Sum of RGB (Red+Green+Blue) = 112+188+222=522 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.46% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #70BCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BCDE is #8F4321. Grayscale: #A8A8A8. Windows color (decimal): -9388834 or 14597232. OLE color: 14597232.
HSL color Cylindrical-coordinate representation of color #70BCDE: hue angle of 198.55º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70BCDE is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 188 | 222 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.13 |
| HSL | 198.55º | 0.63% | 0.65% | - |
| HSV(B) | 198.55º | 0.5% | 0.87% | - |
| XYZ | 37.85 | 44.69 | 75.74 | - |
| YUV | 169.15 | 157.82 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 222 | 0.50 | 0.15 | 0 | 0.13 | 198.55 | 0.63 | 0.65 |
| Hex | 70 | BC | DE | 32 | F | 0 | D | C7 | 3E | 41 |
| Octal | 160 | 274 | 336 | 62 | 17 | 0 | 15 | 307 | 76 | 101 |
| Binary | 1110000 | 10111100 | 11011110 | 110010 | 1111 | 0 | 1101 | 11000111 | 111110 | 1000001 |
Color Harmonies of #70BCDE
Complementary color
Monochromatic Colors of #70BCDE
Black with #70BCDE
Text Example
Text Example
White with #70BCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BCDE; }
p { color: rgb(112,188,222); }
H1.HeaderClassName
{
color: #70BCDE;
}
.AnyTagClassName
{
color: #70BCDE;
}
</style>
background-color css
<style>
a { background-color: #70BCDE; }
a { background-color: rgb(112,188,222); }
div.DivClassName
{
background-color: #70BCDE;
}
.BgClassName
{
background-color: #70BCDE;
}
</style>
border-color css
<style>
span { border-color: #70BCDE; }
span { border-color: rgb(112,188,222); }
td.TdClassName
{
border-color: #70BCDE;
}
.TagClassName
{
border-color: #70BCDE;
}
</style>