Shades of Jordy Blue #70ACF6
Tints of Jordy Blue #70ACF6
RGB
CMYK
RGB Variations
Color information
#70ACF6 (or 0x70ACF6) is known color: Jordy Blue. HEX triplet: 70, AC and F6. RGB value is (112,172,246). Sum of RGB (Red+Green+Blue) = 112+172+246=530 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.13% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #70ACF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70ACF6 is #8F5309. Grayscale: #A2A2A2. Windows color (decimal): -9392906 or 16166000. OLE color: 16166000.
HSL color Cylindrical-coordinate representation of color #70ACF6: hue angle of 213.13º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70ACF6 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 172 | 246 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.04 |
| HSL | 213.13º | 0.88% | 0.7% | - |
| HSV(B) | 213.13º | 0.54% | 0.96% | - |
| XYZ | 38.07 | 39.6 | 92.83 | - |
| YUV | 162.5 | 175.12 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 172 | 246 | 0.54 | 0.30 | 0 | 0.04 | 213.13 | 0.88 | 0.7 |
| Hex | 70 | AC | F6 | 36 | 1E | 0 | 4 | D5 | 58 | 46 |
| Octal | 160 | 254 | 366 | 66 | 36 | 0 | 4 | 325 | 130 | 106 |
| Binary | 1110000 | 10101100 | 11110110 | 110110 | 11110 | 0 | 100 | 11010101 | 1011000 | 1000110 |
Color Harmonies of #70ACF6
Complementary color
Monochromatic Colors of #70ACF6
Black with #70ACF6
Text Example
Text Example
White with #70ACF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ACF6; }
p { color: rgb(112,172,246); }
H1.HeaderClassName
{
color: #70ACF6;
}
.AnyTagClassName
{
color: #70ACF6;
}
</style>
background-color css
<style>
a { background-color: #70ACF6; }
a { background-color: rgb(112,172,246); }
div.DivClassName
{
background-color: #70ACF6;
}
.BgClassName
{
background-color: #70ACF6;
}
</style>
border-color css
<style>
span { border-color: #70ACF6; }
span { border-color: rgb(112,172,246); }
td.TdClassName
{
border-color: #70ACF6;
}
.TagClassName
{
border-color: #70ACF6;
}
</style>