Shades of Malibu #70BEDC
Tints of Malibu #70BEDC
RGB
CMYK
RGB Variations
Color information
#70BEDC (or 0x70BEDC) is known color: Malibu. HEX triplet: 70, BE and DC. RGB value is (112,190,220). Sum of RGB (Red+Green+Blue) = 112+190+220=522 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.46% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #70BEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BEDC is #8F4123. Grayscale: #A9A9A9. Windows color (decimal): -9388324 or 14466672. OLE color: 14466672.
HSL color Cylindrical-coordinate representation of color #70BEDC: hue angle of 196.67º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70BEDC is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 190 | 220 | - |
| CMYK | 0.49 | 0.14 | 0 | 0.14 |
| HSL | 196.67º | 0.61% | 0.65% | - |
| HSV(B) | 196.67º | 0.49% | 0.86% | - |
| XYZ | 38.01 | 45.44 | 74.48 | - |
| YUV | 170.1 | 156.16 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 190 | 220 | 0.49 | 0.14 | 0 | 0.14 | 196.67 | 0.61 | 0.65 |
| Hex | 70 | BE | DC | 31 | E | 0 | E | C5 | 3D | 41 |
| Octal | 160 | 276 | 334 | 61 | 16 | 0 | 16 | 305 | 75 | 101 |
| Binary | 1110000 | 10111110 | 11011100 | 110001 | 1110 | 0 | 1110 | 11000101 | 111101 | 1000001 |
Color Harmonies of #70BEDC
Complementary color
Monochromatic Colors of #70BEDC
Black with #70BEDC
Text Example
Text Example
White with #70BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BEDC; }
p { color: rgb(112,190,220); }
H1.HeaderClassName
{
color: #70BEDC;
}
.AnyTagClassName
{
color: #70BEDC;
}
</style>
background-color css
<style>
a { background-color: #70BEDC; }
a { background-color: rgb(112,190,220); }
div.DivClassName
{
background-color: #70BEDC;
}
.BgClassName
{
background-color: #70BEDC;
}
</style>
border-color css
<style>
span { border-color: #70BEDC; }
span { border-color: rgb(112,190,220); }
td.TdClassName
{
border-color: #70BEDC;
}
.TagClassName
{
border-color: #70BEDC;
}
</style>