Shades of Malibu #70BCE8
Tints of Malibu #70BCE8
RGB
CMYK
RGB Variations
Color information
#70BCE8 (or 0x70BCE8) is known color: Malibu. HEX triplet: 70, BC and E8. RGB value is (112,188,232). Sum of RGB (Red+Green+Blue) = 112+188+232=532 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.05% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 232 (91.02% from 255 or 43.61% from 532); Max value from RGB is 232 - color contains mainly: blue. Hex color #70BCE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BCE8 is #8F4317. Grayscale: #AAAAAA. Windows color (decimal): -9388824 or 15252592. OLE color: 15252592.
HSL color Cylindrical-coordinate representation of color #70BCE8: hue angle of 202º degrees, saturation: 0.72, 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 #70BCE8 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 188 | 232 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.09 |
| HSL | 202º | 0.72% | 0.67% | - |
| HSV(B) | 202º | 0.52% | 0.91% | - |
| XYZ | 39.23 | 45.24 | 83.01 | - |
| YUV | 170.29 | 162.82 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 232 | 0.52 | 0.19 | 0 | 0.09 | 202 | 0.72 | 0.67 |
| Hex | 70 | BC | E8 | 34 | 13 | 0 | 9 | CA | 48 | 43 |
| Octal | 160 | 274 | 350 | 64 | 23 | 0 | 11 | 312 | 110 | 103 |
| Binary | 1110000 | 10111100 | 11101000 | 110100 | 10011 | 0 | 1001 | 11001010 | 1001000 | 1000011 |
Color Harmonies of #70BCE8
Complementary color
Monochromatic Colors of #70BCE8
Black with #70BCE8
Text Example
Text Example
White with #70BCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BCE8; }
p { color: rgb(112,188,232); }
H1.HeaderClassName
{
color: #70BCE8;
}
.AnyTagClassName
{
color: #70BCE8;
}
</style>
background-color css
<style>
a { background-color: #70BCE8; }
a { background-color: rgb(112,188,232); }
div.DivClassName
{
background-color: #70BCE8;
}
.BgClassName
{
background-color: #70BCE8;
}
</style>
border-color css
<style>
span { border-color: #70BCE8; }
span { border-color: rgb(112,188,232); }
td.TdClassName
{
border-color: #70BCE8;
}
.TagClassName
{
border-color: #70BCE8;
}
</style>