Shades of Malibu #70B5E6
Tints of Malibu #70B5E6
RGB
CMYK
RGB Variations
Color information
#70B5E6 (or 0x70B5E6) is known color: Malibu. HEX triplet: 70, B5 and E6. RGB value is (112,181,230). Sum of RGB (Red+Green+Blue) = 112+181+230=523 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.41% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 230 (90.23% from 255 or 43.98% from 523); Max value from RGB is 230 - color contains mainly: blue. Hex color #70B5E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70B5E6 is #8F4A19. Grayscale: #A5A5A5. Windows color (decimal): -9390618 or 15119728. OLE color: 15119728.
HSL color Cylindrical-coordinate representation of color #70B5E6: hue angle of 204.92º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70B5E6 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 181 | 230 | - |
| CMYK | 0.51 | 0.21 | 0 | 0.10 |
| HSL | 204.92º | 0.7% | 0.67% | - |
| HSV(B) | 204.92º | 0.51% | 0.9% | - |
| XYZ | 37.49 | 42.21 | 81.03 | - |
| YUV | 165.96 | 164.14 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 181 | 230 | 0.51 | 0.21 | 0 | 0.10 | 204.92 | 0.7 | 0.67 |
| Hex | 70 | B5 | E6 | 33 | 15 | 0 | A | CD | 46 | 43 |
| Octal | 160 | 265 | 346 | 63 | 25 | 0 | 12 | 315 | 106 | 103 |
| Binary | 1110000 | 10110101 | 11100110 | 110011 | 10101 | 0 | 1010 | 11001101 | 1000110 | 1000011 |
Color Harmonies of #70B5E6
Complementary color
Monochromatic Colors of #70B5E6
Black with #70B5E6
Text Example
Text Example
White with #70B5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B5E6; }
p { color: rgb(112,181,230); }
H1.HeaderClassName
{
color: #70B5E6;
}
.AnyTagClassName
{
color: #70B5E6;
}
</style>
background-color css
<style>
a { background-color: #70B5E6; }
a { background-color: rgb(112,181,230); }
div.DivClassName
{
background-color: #70B5E6;
}
.BgClassName
{
background-color: #70B5E6;
}
</style>
border-color css
<style>
span { border-color: #70B5E6; }
span { border-color: rgb(112,181,230); }
td.TdClassName
{
border-color: #70B5E6;
}
.TagClassName
{
border-color: #70B5E6;
}
</style>