Shades of Malibu #70B8DF
Tints of Malibu #70B8DF
RGB
CMYK
RGB Variations
Color information
#70B8DF (or 0x70B8DF) is known color: Malibu. HEX triplet: 70, B8 and DF. RGB value is (112,184,223). Sum of RGB (Red+Green+Blue) = 112+184+223=519 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.58% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #70B8DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70B8DF is #8F4720. Grayscale: #A6A6A6. Windows color (decimal): -9389857 or 14661744. OLE color: 14661744.
HSL color Cylindrical-coordinate representation of color #70B8DF: hue angle of 201.08º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70B8DF is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 184 | 223 | - |
| CMYK | 0.50 | 0.17 | 0 | 0.13 |
| HSL | 201.08º | 0.63% | 0.66% | - |
| HSV(B) | 201.08º | 0.5% | 0.87% | - |
| XYZ | 37.14 | 43.05 | 76.16 | - |
| YUV | 166.92 | 159.65 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 184 | 223 | 0.50 | 0.17 | 0 | 0.13 | 201.08 | 0.63 | 0.66 |
| Hex | 70 | B8 | DF | 32 | 11 | 0 | D | C9 | 3F | 42 |
| Octal | 160 | 270 | 337 | 62 | 21 | 0 | 15 | 311 | 77 | 102 |
| Binary | 1110000 | 10111000 | 11011111 | 110010 | 10001 | 0 | 1101 | 11001001 | 111111 | 1000010 |
Color Harmonies of #70B8DF
Complementary color
Monochromatic Colors of #70B8DF
Black with #70B8DF
Text Example
Text Example
White with #70B8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B8DF; }
p { color: rgb(112,184,223); }
H1.HeaderClassName
{
color: #70B8DF;
}
.AnyTagClassName
{
color: #70B8DF;
}
</style>
background-color css
<style>
a { background-color: #70B8DF; }
a { background-color: rgb(112,184,223); }
div.DivClassName
{
background-color: #70B8DF;
}
.BgClassName
{
background-color: #70B8DF;
}
</style>
border-color css
<style>
span { border-color: #70B8DF; }
span { border-color: rgb(112,184,223); }
td.TdClassName
{
border-color: #70B8DF;
}
.TagClassName
{
border-color: #70B8DF;
}
</style>