Shades of Jordy Blue #70ACF4
Tints of Jordy Blue #70ACF4
RGB
CMYK
RGB Variations
Color information
#70ACF4 (or 0x70ACF4) is known color: Jordy Blue. HEX triplet: 70, AC and F4. RGB value is (112,172,244). Sum of RGB (Red+Green+Blue) = 112+172+244=528 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.21% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 244 (95.70% from 255 or 46.21% from 528); Max value from RGB is 244 - color contains mainly: blue. Hex color #70ACF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70ACF4 is #8F530B. Grayscale: #A1A1A1. Windows color (decimal): -9392908 or 16034928. OLE color: 16034928.
HSL color Cylindrical-coordinate representation of color #70ACF4: hue angle of 212.73º degrees, saturation: 0.86, 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 #70ACF4 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 172 | 244 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.04 |
| HSL | 212.73º | 0.86% | 0.7% | - |
| HSV(B) | 212.73º | 0.54% | 0.96% | - |
| XYZ | 37.76 | 39.48 | 91.22 | - |
| YUV | 162.27 | 174.12 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 172 | 244 | 0.54 | 0.30 | 0 | 0.04 | 212.73 | 0.86 | 0.7 |
| Hex | 70 | AC | F4 | 36 | 1E | 0 | 4 | D5 | 56 | 46 |
| Octal | 160 | 254 | 364 | 66 | 36 | 0 | 4 | 325 | 126 | 106 |
| Binary | 1110000 | 10101100 | 11110100 | 110110 | 11110 | 0 | 100 | 11010101 | 1010110 | 1000110 |
Color Harmonies of #70ACF4
Complementary color
Monochromatic Colors of #70ACF4
Black with #70ACF4
Text Example
Text Example
White with #70ACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ACF4; }
p { color: rgb(112,172,244); }
H1.HeaderClassName
{
color: #70ACF4;
}
.AnyTagClassName
{
color: #70ACF4;
}
</style>
background-color css
<style>
a { background-color: #70ACF4; }
a { background-color: rgb(112,172,244); }
div.DivClassName
{
background-color: #70ACF4;
}
.BgClassName
{
background-color: #70ACF4;
}
</style>
border-color css
<style>
span { border-color: #70ACF4; }
span { border-color: rgb(112,172,244); }
td.TdClassName
{
border-color: #70ACF4;
}
.TagClassName
{
border-color: #70ACF4;
}
</style>