Shades of Jordy Blue #70AAF0
Tints of Jordy Blue #70AAF0
RGB
CMYK
RGB Variations
Color information
#70AAF0 (or 0x70AAF0) is known color: Jordy Blue. HEX triplet: 70, AA and F0. RGB value is (112,170,240). Sum of RGB (Red+Green+Blue) = 112+170+240=522 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.46% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 240 (94.14% from 255 or 45.98% from 522); Max value from RGB is 240 - color contains mainly: blue. Hex color #70AAF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70AAF0 is #8F550F. Grayscale: #A0A0A0. Windows color (decimal): -9393424 or 15772272. OLE color: 15772272.
HSL color Cylindrical-coordinate representation of color #70AAF0: hue angle of 212.81º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70AAF0 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 170 | 240 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.06 |
| HSL | 212.81º | 0.81% | 0.69% | - |
| HSV(B) | 212.81º | 0.53% | 0.94% | - |
| XYZ | 36.79 | 38.49 | 87.93 | - |
| YUV | 160.64 | 172.78 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 170 | 240 | 0.53 | 0.29 | 0 | 0.06 | 212.81 | 0.81 | 0.69 |
| Hex | 70 | AA | F0 | 35 | 1D | 0 | 6 | D5 | 51 | 45 |
| Octal | 160 | 252 | 360 | 65 | 35 | 0 | 6 | 325 | 121 | 105 |
| Binary | 1110000 | 10101010 | 11110000 | 110101 | 11101 | 0 | 110 | 11010101 | 1010001 | 1000101 |
Color Harmonies of #70AAF0
Complementary color
Monochromatic Colors of #70AAF0
Black with #70AAF0
Text Example
Text Example
White with #70AAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AAF0; }
p { color: rgb(112,170,240); }
H1.HeaderClassName
{
color: #70AAF0;
}
.AnyTagClassName
{
color: #70AAF0;
}
</style>
background-color css
<style>
a { background-color: #70AAF0; }
a { background-color: rgb(112,170,240); }
div.DivClassName
{
background-color: #70AAF0;
}
.BgClassName
{
background-color: #70AAF0;
}
</style>
border-color css
<style>
span { border-color: #70AAF0; }
span { border-color: rgb(112,170,240); }
td.TdClassName
{
border-color: #70AAF0;
}
.TagClassName
{
border-color: #70AAF0;
}
</style>