Shades of Malibu #70BDE7
Tints of Malibu #70BDE7
RGB
CMYK
RGB Variations
Color information
#70BDE7 (or 0x70BDE7) is known color: Malibu. HEX triplet: 70, BD and E7. RGB value is (112,189,231). Sum of RGB (Red+Green+Blue) = 112+189+231=532 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.05% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 231 (90.62% from 255 or 43.42% from 532); Max value from RGB is 231 - color contains mainly: blue. Hex color #70BDE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BDE7 is #8F4218. Grayscale: #AAAAAA. Windows color (decimal): -9388569 or 15187312. OLE color: 15187312.
HSL color Cylindrical-coordinate representation of color #70BDE7: hue angle of 201.18º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70BDE7 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 189 | 231 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.09 |
| HSL | 201.18º | 0.71% | 0.67% | - |
| HSV(B) | 201.18º | 0.52% | 0.91% | - |
| XYZ | 39.3 | 45.61 | 82.33 | - |
| YUV | 170.77 | 161.99 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 189 | 231 | 0.52 | 0.18 | 0 | 0.09 | 201.18 | 0.71 | 0.67 |
| Hex | 70 | BD | E7 | 34 | 12 | 0 | 9 | C9 | 47 | 43 |
| Octal | 160 | 275 | 347 | 64 | 22 | 0 | 11 | 311 | 107 | 103 |
| Binary | 1110000 | 10111101 | 11100111 | 110100 | 10010 | 0 | 1001 | 11001001 | 1000111 | 1000011 |
Color Harmonies of #70BDE7
Complementary color
Monochromatic Colors of #70BDE7
Black with #70BDE7
Text Example
Text Example
White with #70BDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BDE7; }
p { color: rgb(112,189,231); }
H1.HeaderClassName
{
color: #70BDE7;
}
.AnyTagClassName
{
color: #70BDE7;
}
</style>
background-color css
<style>
a { background-color: #70BDE7; }
a { background-color: rgb(112,189,231); }
div.DivClassName
{
background-color: #70BDE7;
}
.BgClassName
{
background-color: #70BDE7;
}
</style>
border-color css
<style>
span { border-color: #70BDE7; }
span { border-color: rgb(112,189,231); }
td.TdClassName
{
border-color: #70BDE7;
}
.TagClassName
{
border-color: #70BDE7;
}
</style>