Shades of Jordy Blue #70ADE9
Tints of Jordy Blue #70ADE9
RGB
CMYK
RGB Variations
Color information
#70ADE9 (or 0x70ADE9) is known color: Jordy Blue. HEX triplet: 70, AD and E9. RGB value is (112,173,233). Sum of RGB (Red+Green+Blue) = 112+173+233=518 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.62% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 233 (91.41% from 255 or 44.98% from 518); Max value from RGB is 233 - color contains mainly: blue. Hex color #70ADE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70ADE9 is #8F5216. Grayscale: #A1A1A1. Windows color (decimal): -9392663 or 15314288. OLE color: 15314288.
HSL color Cylindrical-coordinate representation of color #70ADE9: hue angle of 209.75º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70ADE9 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 173 | 233 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.09 |
| HSL | 209.75º | 0.73% | 0.68% | - |
| HSV(B) | 209.75º | 0.52% | 0.91% | - |
| XYZ | 36.33 | 39.22 | 82.75 | - |
| YUV | 161.6 | 168.29 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 173 | 233 | 0.52 | 0.26 | 0 | 0.09 | 209.75 | 0.73 | 0.68 |
| Hex | 70 | AD | E9 | 34 | 1A | 0 | 9 | D2 | 49 | 44 |
| Octal | 160 | 255 | 351 | 64 | 32 | 0 | 11 | 322 | 111 | 104 |
| Binary | 1110000 | 10101101 | 11101001 | 110100 | 11010 | 0 | 1001 | 11010010 | 1001001 | 1000100 |
Color Harmonies of #70ADE9
Complementary color
Monochromatic Colors of #70ADE9
Black with #70ADE9
Text Example
Text Example
White with #70ADE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ADE9; }
p { color: rgb(112,173,233); }
H1.HeaderClassName
{
color: #70ADE9;
}
.AnyTagClassName
{
color: #70ADE9;
}
</style>
background-color css
<style>
a { background-color: #70ADE9; }
a { background-color: rgb(112,173,233); }
div.DivClassName
{
background-color: #70ADE9;
}
.BgClassName
{
background-color: #70ADE9;
}
</style>
border-color css
<style>
span { border-color: #70ADE9; }
span { border-color: rgb(112,173,233); }
td.TdClassName
{
border-color: #70ADE9;
}
.TagClassName
{
border-color: #70ADE9;
}
</style>