Shades of Malibu #70BCDF
Tints of Malibu #70BCDF
RGB
CMYK
RGB Variations
Color information
#70BCDF (or 0x70BCDF) is known color: Malibu. HEX triplet: 70, BC and DF. RGB value is (112,188,223). Sum of RGB (Red+Green+Blue) = 112+188+223=523 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.41% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #70BCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BCDF is #8F4320. Grayscale: #A9A9A9. Windows color (decimal): -9388833 or 14662768. OLE color: 14662768.
HSL color Cylindrical-coordinate representation of color #70BCDF: hue angle of 198.92º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70BCDF is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 188 | 223 | - |
| CMYK | 0.50 | 0.16 | 0 | 0.13 |
| HSL | 198.92º | 0.63% | 0.66% | - |
| HSV(B) | 198.92º | 0.5% | 0.87% | - |
| XYZ | 37.98 | 44.74 | 76.45 | - |
| YUV | 169.27 | 158.32 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 223 | 0.50 | 0.16 | 0 | 0.13 | 198.92 | 0.63 | 0.66 |
| Hex | 70 | BC | DF | 32 | 10 | 0 | D | C7 | 3F | 42 |
| Octal | 160 | 274 | 337 | 62 | 20 | 0 | 15 | 307 | 77 | 102 |
| Binary | 1110000 | 10111100 | 11011111 | 110010 | 10000 | 0 | 1101 | 11000111 | 111111 | 1000010 |
Color Harmonies of #70BCDF
Complementary color
Monochromatic Colors of #70BCDF
Black with #70BCDF
Text Example
Text Example
White with #70BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BCDF; }
p { color: rgb(112,188,223); }
H1.HeaderClassName
{
color: #70BCDF;
}
.AnyTagClassName
{
color: #70BCDF;
}
</style>
background-color css
<style>
a { background-color: #70BCDF; }
a { background-color: rgb(112,188,223); }
div.DivClassName
{
background-color: #70BCDF;
}
.BgClassName
{
background-color: #70BCDF;
}
</style>
border-color css
<style>
span { border-color: #70BCDF; }
span { border-color: rgb(112,188,223); }
td.TdClassName
{
border-color: #70BCDF;
}
.TagClassName
{
border-color: #70BCDF;
}
</style>