Shades of Jordy Blue #70ACF5
Tints of Jordy Blue #70ACF5
RGB
CMYK
RGB Variations
Color information
#70ACF5 (or 0x70ACF5) is known color: Jordy Blue. HEX triplet: 70, AC and F5. RGB value is (112,172,245). Sum of RGB (Red+Green+Blue) = 112+172+245=529 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.17% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 245 (96.09% from 255 or 46.31% from 529); Max value from RGB is 245 - color contains mainly: blue. Hex color #70ACF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70ACF5 is #8F530A. Grayscale: #A2A2A2. Windows color (decimal): -9392907 or 16100464. OLE color: 16100464.
HSL color Cylindrical-coordinate representation of color #70ACF5: hue angle of 212.93º degrees, saturation: 0.87, 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 #70ACF5 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 172 | 245 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.04 |
| HSL | 212.93º | 0.87% | 0.7% | - |
| HSV(B) | 212.93º | 0.54% | 0.96% | - |
| XYZ | 37.92 | 39.54 | 92.02 | - |
| YUV | 162.38 | 174.62 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 172 | 245 | 0.54 | 0.30 | 0 | 0.04 | 212.93 | 0.87 | 0.7 |
| Hex | 70 | AC | F5 | 36 | 1E | 0 | 4 | D5 | 57 | 46 |
| Octal | 160 | 254 | 365 | 66 | 36 | 0 | 4 | 325 | 127 | 106 |
| Binary | 1110000 | 10101100 | 11110101 | 110110 | 11110 | 0 | 100 | 11010101 | 1010111 | 1000110 |
Color Harmonies of #70ACF5
Complementary color
Monochromatic Colors of #70ACF5
Black with #70ACF5
Text Example
Text Example
White with #70ACF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ACF5; }
p { color: rgb(112,172,245); }
H1.HeaderClassName
{
color: #70ACF5;
}
.AnyTagClassName
{
color: #70ACF5;
}
</style>
background-color css
<style>
a { background-color: #70ACF5; }
a { background-color: rgb(112,172,245); }
div.DivClassName
{
background-color: #70ACF5;
}
.BgClassName
{
background-color: #70ACF5;
}
</style>
border-color css
<style>
span { border-color: #70ACF5; }
span { border-color: rgb(112,172,245); }
td.TdClassName
{
border-color: #70ACF5;
}
.TagClassName
{
border-color: #70ACF5;
}
</style>