Shades of Jordy Blue #70AAED
Tints of Jordy Blue #70AAED
RGB
CMYK
RGB Variations
Color information
#70AAED (or 0x70AAED) is known color: Jordy Blue. HEX triplet: 70, AA and ED. RGB value is (112,170,237). Sum of RGB (Red+Green+Blue) = 112+170+237=519 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.58% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #70AAED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70AAED is #8F5512. Grayscale: #9F9F9F. Windows color (decimal): -9393427 or 15575664. OLE color: 15575664.
HSL color Cylindrical-coordinate representation of color #70AAED: hue angle of 212.16º degrees, saturation: 0.78, 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 #70AAED is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 170 | 237 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.07 |
| HSL | 212.16º | 0.78% | 0.68% | - |
| HSV(B) | 212.16º | 0.53% | 0.93% | - |
| XYZ | 36.34 | 38.31 | 85.6 | - |
| YUV | 160.3 | 171.28 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 170 | 237 | 0.53 | 0.28 | 0 | 0.07 | 212.16 | 0.78 | 0.68 |
| Hex | 70 | AA | ED | 35 | 1C | 0 | 7 | D4 | 4E | 44 |
| Octal | 160 | 252 | 355 | 65 | 34 | 0 | 7 | 324 | 116 | 104 |
| Binary | 1110000 | 10101010 | 11101101 | 110101 | 11100 | 0 | 111 | 11010100 | 1001110 | 1000100 |
Color Harmonies of #70AAED
Complementary color
Monochromatic Colors of #70AAED
Black with #70AAED
Text Example
Text Example
White with #70AAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AAED; }
p { color: rgb(112,170,237); }
H1.HeaderClassName
{
color: #70AAED;
}
.AnyTagClassName
{
color: #70AAED;
}
</style>
background-color css
<style>
a { background-color: #70AAED; }
a { background-color: rgb(112,170,237); }
div.DivClassName
{
background-color: #70AAED;
}
.BgClassName
{
background-color: #70AAED;
}
</style>
border-color css
<style>
span { border-color: #70AAED; }
span { border-color: rgb(112,170,237); }
td.TdClassName
{
border-color: #70AAED;
}
.TagClassName
{
border-color: #70AAED;
}
</style>