Shades of Jordy Blue #70AAD5
Tints of Jordy Blue #70AAD5
RGB
CMYK
RGB Variations
Color information
#70AAD5 (or 0x70AAD5) is known color: Jordy Blue. HEX triplet: 70, AA and D5. RGB value is (112,170,213). Sum of RGB (Red+Green+Blue) = 112+170+213=495 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.63% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #70AAD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AAD5 is #8F552A. Grayscale: #9D9D9D. Windows color (decimal): -9393451 or 14002800. OLE color: 14002800.
HSL color Cylindrical-coordinate representation of color #70AAD5: hue angle of 205.54º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70AAD5 is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 170 | 213 | - |
| CMYK | 0.47 | 0.20 | 0 | 0.16 |
| HSL | 205.54º | 0.55% | 0.64% | - |
| HSV(B) | 205.54º | 0.47% | 0.84% | - |
| XYZ | 33.07 | 37 | 68.35 | - |
| YUV | 157.56 | 159.28 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 170 | 213 | 0.47 | 0.20 | 0 | 0.16 | 205.54 | 0.55 | 0.64 |
| Hex | 70 | AA | D5 | 2F | 14 | 0 | 10 | CE | 37 | 40 |
| Octal | 160 | 252 | 325 | 57 | 24 | 0 | 20 | 316 | 67 | 100 |
| Binary | 1110000 | 10101010 | 11010101 | 101111 | 10100 | 0 | 10000 | 11001110 | 110111 | 1000000 |
Color Harmonies of #70AAD5
Complementary color
Monochromatic Colors of #70AAD5
Black with #70AAD5
Text Example
Text Example
White with #70AAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AAD5; }
p { color: rgb(112,170,213); }
H1.HeaderClassName
{
color: #70AAD5;
}
.AnyTagClassName
{
color: #70AAD5;
}
</style>
background-color css
<style>
a { background-color: #70AAD5; }
a { background-color: rgb(112,170,213); }
div.DivClassName
{
background-color: #70AAD5;
}
.BgClassName
{
background-color: #70AAD5;
}
</style>
border-color css
<style>
span { border-color: #70AAD5; }
span { border-color: rgb(112,170,213); }
td.TdClassName
{
border-color: #70AAD5;
}
.TagClassName
{
border-color: #70AAD5;
}
</style>