Shades of Jordy Blue #70ACF1
Tints of Jordy Blue #70ACF1
RGB
CMYK
RGB Variations
Color information
#70ACF1 (or 0x70ACF1) is known color: Jordy Blue. HEX triplet: 70, AC and F1. RGB value is (112,172,241). Sum of RGB (Red+Green+Blue) = 112+172+241=525 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.33% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #70ACF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70ACF1 is #8F530E. Grayscale: #A1A1A1. Windows color (decimal): -9392911 or 15838320. OLE color: 15838320.
HSL color Cylindrical-coordinate representation of color #70ACF1: hue angle of 212.09º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70ACF1 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 172 | 241 | - |
| CMYK | 0.54 | 0.29 | 0 | 0.05 |
| HSL | 212.09º | 0.82% | 0.69% | - |
| HSV(B) | 212.09º | 0.54% | 0.95% | - |
| XYZ | 37.31 | 39.3 | 88.84 | - |
| YUV | 161.93 | 172.62 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 172 | 241 | 0.54 | 0.29 | 0 | 0.05 | 212.09 | 0.82 | 0.69 |
| Hex | 70 | AC | F1 | 36 | 1D | 0 | 5 | D4 | 52 | 45 |
| Octal | 160 | 254 | 361 | 66 | 35 | 0 | 5 | 324 | 122 | 105 |
| Binary | 1110000 | 10101100 | 11110001 | 110110 | 11101 | 0 | 101 | 11010100 | 1010010 | 1000101 |
Color Harmonies of #70ACF1
Complementary color
Monochromatic Colors of #70ACF1
Black with #70ACF1
Text Example
Text Example
White with #70ACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ACF1; }
p { color: rgb(112,172,241); }
H1.HeaderClassName
{
color: #70ACF1;
}
.AnyTagClassName
{
color: #70ACF1;
}
</style>
background-color css
<style>
a { background-color: #70ACF1; }
a { background-color: rgb(112,172,241); }
div.DivClassName
{
background-color: #70ACF1;
}
.BgClassName
{
background-color: #70ACF1;
}
</style>
border-color css
<style>
span { border-color: #70ACF1; }
span { border-color: rgb(112,172,241); }
td.TdClassName
{
border-color: #70ACF1;
}
.TagClassName
{
border-color: #70ACF1;
}
</style>