Shades of Jordy Blue #70ADDD
Tints of Jordy Blue #70ADDD
RGB
CMYK
RGB Variations
Color information
#70ADDD (or 0x70ADDD) is known color: Jordy Blue. HEX triplet: 70, AD and DD. RGB value is (112,173,221). Sum of RGB (Red+Green+Blue) = 112+173+221=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #70ADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ADDD is #8F5222. Grayscale: #9F9F9F. Windows color (decimal): -9392675 or 14527856. OLE color: 14527856.
HSL color Cylindrical-coordinate representation of color #70ADDD: hue angle of 206.42º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70ADDD is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 173 | 221 | - |
| CMYK | 0.49 | 0.22 | 0 | 0.13 |
| HSL | 206.42º | 0.62% | 0.65% | - |
| HSV(B) | 206.42º | 0.49% | 0.87% | - |
| XYZ | 34.68 | 38.55 | 74.02 | - |
| YUV | 160.23 | 162.29 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 173 | 221 | 0.49 | 0.22 | 0 | 0.13 | 206.42 | 0.62 | 0.65 |
| Hex | 70 | AD | DD | 31 | 16 | 0 | D | CE | 3E | 41 |
| Octal | 160 | 255 | 335 | 61 | 26 | 0 | 15 | 316 | 76 | 101 |
| Binary | 1110000 | 10101101 | 11011101 | 110001 | 10110 | 0 | 1101 | 11001110 | 111110 | 1000001 |
Color Harmonies of #70ADDD
Complementary color
Monochromatic Colors of #70ADDD
Black with #70ADDD
Text Example
Text Example
White with #70ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ADDD; }
p { color: rgb(112,173,221); }
H1.HeaderClassName
{
color: #70ADDD;
}
.AnyTagClassName
{
color: #70ADDD;
}
</style>
background-color css
<style>
a { background-color: #70ADDD; }
a { background-color: rgb(112,173,221); }
div.DivClassName
{
background-color: #70ADDD;
}
.BgClassName
{
background-color: #70ADDD;
}
</style>
border-color css
<style>
span { border-color: #70ADDD; }
span { border-color: rgb(112,173,221); }
td.TdClassName
{
border-color: #70ADDD;
}
.TagClassName
{
border-color: #70ADDD;
}
</style>