Shades of Malibu #70AFDC
Tints of Malibu #70AFDC
RGB
CMYK
RGB Variations
Color information
#70AFDC (or 0x70AFDC) is known color: Malibu. HEX triplet: 70, AF and DC. RGB value is (112,175,220). Sum of RGB (Red+Green+Blue) = 112+175+220=507 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.09% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #70AFDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AFDC is #8F5023. Grayscale: #A1A1A1. Windows color (decimal): -9392164 or 14462832. OLE color: 14462832.
HSL color Cylindrical-coordinate representation of color #70AFDC: hue angle of 205º 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 #70AFDC is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 175 | 220 | - |
| CMYK | 0.49 | 0.20 | 0 | 0.14 |
| HSL | 205º | 0.61% | 0.65% | - |
| HSV(B) | 205º | 0.49% | 0.86% | - |
| XYZ | 34.93 | 39.27 | 73.45 | - |
| YUV | 161.29 | 161.13 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 175 | 220 | 0.49 | 0.20 | 0 | 0.14 | 205 | 0.61 | 0.65 |
| Hex | 70 | AF | DC | 31 | 14 | 0 | E | CD | 3D | 41 |
| Octal | 160 | 257 | 334 | 61 | 24 | 0 | 16 | 315 | 75 | 101 |
| Binary | 1110000 | 10101111 | 11011100 | 110001 | 10100 | 0 | 1110 | 11001101 | 111101 | 1000001 |
Color Harmonies of #70AFDC
Complementary color
Monochromatic Colors of #70AFDC
Black with #70AFDC
Text Example
Text Example
White with #70AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AFDC; }
p { color: rgb(112,175,220); }
H1.HeaderClassName
{
color: #70AFDC;
}
.AnyTagClassName
{
color: #70AFDC;
}
</style>
background-color css
<style>
a { background-color: #70AFDC; }
a { background-color: rgb(112,175,220); }
div.DivClassName
{
background-color: #70AFDC;
}
.BgClassName
{
background-color: #70AFDC;
}
</style>
border-color css
<style>
span { border-color: #70AFDC; }
span { border-color: rgb(112,175,220); }
td.TdClassName
{
border-color: #70AFDC;
}
.TagClassName
{
border-color: #70AFDC;
}
</style>