Shades of Jordy Blue #70ADE0
Tints of Jordy Blue #70ADE0
RGB
CMYK
RGB Variations
Color information
#70ADE0 (or 0x70ADE0) is known color: Jordy Blue. HEX triplet: 70, AD and E0. RGB value is (112,173,224). Sum of RGB (Red+Green+Blue) = 112+173+224=509 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.00% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 224 (87.89% from 255 or 44.01% from 509); Max value from RGB is 224 - color contains mainly: blue. Hex color #70ADE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ADE0 is #8F521F. Grayscale: #A0A0A0. Windows color (decimal): -9392672 or 14724464. OLE color: 14724464.
HSL color Cylindrical-coordinate representation of color #70ADE0: hue angle of 207.32º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70ADE0 is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 173 | 224 | - |
| CMYK | 0.50 | 0.23 | 0 | 0.12 |
| HSL | 207.32º | 0.64% | 0.66% | - |
| HSV(B) | 207.32º | 0.5% | 0.88% | - |
| XYZ | 35.08 | 38.71 | 76.14 | - |
| YUV | 160.58 | 163.79 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 173 | 224 | 0.50 | 0.23 | 0 | 0.12 | 207.32 | 0.64 | 0.66 |
| Hex | 70 | AD | E0 | 32 | 17 | 0 | C | CF | 40 | 42 |
| Octal | 160 | 255 | 340 | 62 | 27 | 0 | 14 | 317 | 100 | 102 |
| Binary | 1110000 | 10101101 | 11100000 | 110010 | 10111 | 0 | 1100 | 11001111 | 1000000 | 1000010 |
Color Harmonies of #70ADE0
Complementary color
Monochromatic Colors of #70ADE0
Black with #70ADE0
Text Example
Text Example
White with #70ADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ADE0; }
p { color: rgb(112,173,224); }
H1.HeaderClassName
{
color: #70ADE0;
}
.AnyTagClassName
{
color: #70ADE0;
}
</style>
background-color css
<style>
a { background-color: #70ADE0; }
a { background-color: rgb(112,173,224); }
div.DivClassName
{
background-color: #70ADE0;
}
.BgClassName
{
background-color: #70ADE0;
}
</style>
border-color css
<style>
span { border-color: #70ADE0; }
span { border-color: rgb(112,173,224); }
td.TdClassName
{
border-color: #70ADE0;
}
.TagClassName
{
border-color: #70ADE0;
}
</style>