Shades of Malibu #70BFE0
Tints of Malibu #70BFE0
RGB
CMYK
RGB Variations
Color information
#70BFE0 (or 0x70BFE0) is known color: Malibu. HEX triplet: 70, BF and E0. RGB value is (112,191,224). Sum of RGB (Red+Green+Blue) = 112+191+224=527 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.25% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #70BFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BFE0 is #8F401F. Grayscale: #AAAAAA. Windows color (decimal): -9388064 or 14729072. OLE color: 14729072.
HSL color Cylindrical-coordinate representation of color #70BFE0: hue angle of 197.68º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70BFE0 is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 191 | 224 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.12 |
| HSL | 197.68º | 0.64% | 0.66% | - |
| HSV(B) | 197.68º | 0.5% | 0.88% | - |
| XYZ | 38.77 | 46.09 | 77.37 | - |
| YUV | 171.14 | 157.83 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 191 | 224 | 0.50 | 0.15 | 0 | 0.12 | 197.68 | 0.64 | 0.66 |
| Hex | 70 | BF | E0 | 32 | F | 0 | C | C6 | 40 | 42 |
| Octal | 160 | 277 | 340 | 62 | 17 | 0 | 14 | 306 | 100 | 102 |
| Binary | 1110000 | 10111111 | 11100000 | 110010 | 1111 | 0 | 1100 | 11000110 | 1000000 | 1000010 |
Color Harmonies of #70BFE0
Complementary color
Monochromatic Colors of #70BFE0
Black with #70BFE0
Text Example
Text Example
White with #70BFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BFE0; }
p { color: rgb(112,191,224); }
H1.HeaderClassName
{
color: #70BFE0;
}
.AnyTagClassName
{
color: #70BFE0;
}
</style>
background-color css
<style>
a { background-color: #70BFE0; }
a { background-color: rgb(112,191,224); }
div.DivClassName
{
background-color: #70BFE0;
}
.BgClassName
{
background-color: #70BFE0;
}
</style>
border-color css
<style>
span { border-color: #70BFE0; }
span { border-color: rgb(112,191,224); }
td.TdClassName
{
border-color: #70BFE0;
}
.TagClassName
{
border-color: #70BFE0;
}
</style>