Shades of Malibu #70B6DF
Tints of Malibu #70B6DF
RGB
CMYK
RGB Variations
Color information
#70B6DF (or 0x70B6DF) is known color: Malibu. HEX triplet: 70, B6 and DF. RGB value is (112,182,223). Sum of RGB (Red+Green+Blue) = 112+182+223=517 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.66% from 517); Green value is 182 (71.48% from 255 or 35.20% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #70B6DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70B6DF is #8F4920. Grayscale: #A5A5A5. Windows color (decimal): -9390369 or 14661232. OLE color: 14661232.
HSL color Cylindrical-coordinate representation of color #70B6DF: hue angle of 202.16º 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 #70B6DF is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 182 | 223 | - |
| CMYK | 0.50 | 0.18 | 0 | 0.13 |
| HSL | 202.16º | 0.63% | 0.66% | - |
| HSV(B) | 202.16º | 0.5% | 0.87% | - |
| XYZ | 36.73 | 42.23 | 76.03 | - |
| YUV | 165.74 | 160.31 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 182 | 223 | 0.50 | 0.18 | 0 | 0.13 | 202.16 | 0.63 | 0.66 |
| Hex | 70 | B6 | DF | 32 | 12 | 0 | D | CA | 3F | 42 |
| Octal | 160 | 266 | 337 | 62 | 22 | 0 | 15 | 312 | 77 | 102 |
| Binary | 1110000 | 10110110 | 11011111 | 110010 | 10010 | 0 | 1101 | 11001010 | 111111 | 1000010 |
Color Harmonies of #70B6DF
Complementary color
Monochromatic Colors of #70B6DF
Black with #70B6DF
Text Example
Text Example
White with #70B6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B6DF; }
p { color: rgb(112,182,223); }
H1.HeaderClassName
{
color: #70B6DF;
}
.AnyTagClassName
{
color: #70B6DF;
}
</style>
background-color css
<style>
a { background-color: #70B6DF; }
a { background-color: rgb(112,182,223); }
div.DivClassName
{
background-color: #70B6DF;
}
.BgClassName
{
background-color: #70B6DF;
}
</style>
border-color css
<style>
span { border-color: #70B6DF; }
span { border-color: rgb(112,182,223); }
td.TdClassName
{
border-color: #70B6DF;
}
.TagClassName
{
border-color: #70B6DF;
}
</style>