Shades of Jordy Blue #70ADDA
Tints of Jordy Blue #70ADDA
RGB
CMYK
RGB Variations
Color information
#70ADDA (or 0x70ADDA) is known color: Jordy Blue. HEX triplet: 70, AD and DA. RGB value is (112,173,218). Sum of RGB (Red+Green+Blue) = 112+173+218=503 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.27% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #70ADDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ADDA is #8F5225. Grayscale: #9F9F9F. Windows color (decimal): -9392678 or 14331248. OLE color: 14331248.
HSL color Cylindrical-coordinate representation of color #70ADDA: hue angle of 205.47º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70ADDA is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 173 | 218 | - |
| CMYK | 0.49 | 0.21 | 0 | 0.15 |
| HSL | 205.47º | 0.59% | 0.65% | - |
| HSV(B) | 205.47º | 0.49% | 0.85% | - |
| XYZ | 34.28 | 38.39 | 71.93 | - |
| YUV | 159.89 | 160.79 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 173 | 218 | 0.49 | 0.21 | 0 | 0.15 | 205.47 | 0.59 | 0.65 |
| Hex | 70 | AD | DA | 31 | 15 | 0 | F | CD | 3B | 41 |
| Octal | 160 | 255 | 332 | 61 | 25 | 0 | 17 | 315 | 73 | 101 |
| Binary | 1110000 | 10101101 | 11011010 | 110001 | 10101 | 0 | 1111 | 11001101 | 111011 | 1000001 |
Color Harmonies of #70ADDA
Complementary color
Monochromatic Colors of #70ADDA
Black with #70ADDA
Text Example
Text Example
White with #70ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ADDA; }
p { color: rgb(112,173,218); }
H1.HeaderClassName
{
color: #70ADDA;
}
.AnyTagClassName
{
color: #70ADDA;
}
</style>
background-color css
<style>
a { background-color: #70ADDA; }
a { background-color: rgb(112,173,218); }
div.DivClassName
{
background-color: #70ADDA;
}
.BgClassName
{
background-color: #70ADDA;
}
</style>
border-color css
<style>
span { border-color: #70ADDA; }
span { border-color: rgb(112,173,218); }
td.TdClassName
{
border-color: #70ADDA;
}
.TagClassName
{
border-color: #70ADDA;
}
</style>