Shades of Malibu #70B0DF
Tints of Malibu #70B0DF
RGB
CMYK
RGB Variations
Color information
#70B0DF (or 0x70B0DF) is known color: Malibu. HEX triplet: 70, B0 and DF. RGB value is (112,176,223). Sum of RGB (Red+Green+Blue) = 112+176+223=511 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.92% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #70B0DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70B0DF is #8F4F20. Grayscale: #A1A1A1. Windows color (decimal): -9391905 or 14659696. OLE color: 14659696.
HSL color Cylindrical-coordinate representation of color #70B0DF: hue angle of 205.41º 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 #70B0DF is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 176 | 223 | - |
| CMYK | 0.50 | 0.21 | 0 | 0.13 |
| HSL | 205.41º | 0.63% | 0.66% | - |
| HSV(B) | 205.41º | 0.5% | 0.87% | - |
| XYZ | 35.53 | 39.82 | 75.63 | - |
| YUV | 162.22 | 162.3 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 176 | 223 | 0.50 | 0.21 | 0 | 0.13 | 205.41 | 0.63 | 0.66 |
| Hex | 70 | B0 | DF | 32 | 15 | 0 | D | CD | 3F | 42 |
| Octal | 160 | 260 | 337 | 62 | 25 | 0 | 15 | 315 | 77 | 102 |
| Binary | 1110000 | 10110000 | 11011111 | 110010 | 10101 | 0 | 1101 | 11001101 | 111111 | 1000010 |
Color Harmonies of #70B0DF
Complementary color
Monochromatic Colors of #70B0DF
Black with #70B0DF
Text Example
Text Example
White with #70B0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B0DF; }
p { color: rgb(112,176,223); }
H1.HeaderClassName
{
color: #70B0DF;
}
.AnyTagClassName
{
color: #70B0DF;
}
</style>
background-color css
<style>
a { background-color: #70B0DF; }
a { background-color: rgb(112,176,223); }
div.DivClassName
{
background-color: #70B0DF;
}
.BgClassName
{
background-color: #70B0DF;
}
</style>
border-color css
<style>
span { border-color: #70B0DF; }
span { border-color: rgb(112,176,223); }
td.TdClassName
{
border-color: #70B0DF;
}
.TagClassName
{
border-color: #70B0DF;
}
</style>