Shades of Jordy Blue #70AAEC
Tints of Jordy Blue #70AAEC
RGB
CMYK
RGB Variations
Color information
#70AAEC (or 0x70AAEC) is known color: Jordy Blue. HEX triplet: 70, AA and EC. RGB value is (112,170,236). Sum of RGB (Red+Green+Blue) = 112+170+236=518 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.62% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #70AAEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70AAEC is #8F5513. Grayscale: #9F9F9F. Windows color (decimal): -9393428 or 15510128. OLE color: 15510128.
HSL color Cylindrical-coordinate representation of color #70AAEC: hue angle of 211.94º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70AAEC is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 170 | 236 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.07 |
| HSL | 211.94º | 0.77% | 0.68% | - |
| HSV(B) | 211.94º | 0.53% | 0.93% | - |
| XYZ | 36.2 | 38.25 | 84.83 | - |
| YUV | 160.18 | 170.78 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 170 | 236 | 0.53 | 0.28 | 0 | 0.07 | 211.94 | 0.77 | 0.68 |
| Hex | 70 | AA | EC | 35 | 1C | 0 | 7 | D4 | 4D | 44 |
| Octal | 160 | 252 | 354 | 65 | 34 | 0 | 7 | 324 | 115 | 104 |
| Binary | 1110000 | 10101010 | 11101100 | 110101 | 11100 | 0 | 111 | 11010100 | 1001101 | 1000100 |
Color Harmonies of #70AAEC
Complementary color
Monochromatic Colors of #70AAEC
Black with #70AAEC
Text Example
Text Example
White with #70AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AAEC; }
p { color: rgb(112,170,236); }
H1.HeaderClassName
{
color: #70AAEC;
}
.AnyTagClassName
{
color: #70AAEC;
}
</style>
background-color css
<style>
a { background-color: #70AAEC; }
a { background-color: rgb(112,170,236); }
div.DivClassName
{
background-color: #70AAEC;
}
.BgClassName
{
background-color: #70AAEC;
}
</style>
border-color css
<style>
span { border-color: #70AAEC; }
span { border-color: rgb(112,170,236); }
td.TdClassName
{
border-color: #70AAEC;
}
.TagClassName
{
border-color: #70AAEC;
}
</style>