Shades of Jordy Blue #70ADEC
Tints of Jordy Blue #70ADEC
RGB
CMYK
RGB Variations
Color information
#70ADEC (or 0x70ADEC) is known color: Jordy Blue. HEX triplet: 70, AD and EC. RGB value is (112,173,236). Sum of RGB (Red+Green+Blue) = 112+173+236=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #70ADEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70ADEC is #8F5213. Grayscale: #A1A1A1. Windows color (decimal): -9392660 or 15510896. OLE color: 15510896.
HSL color Cylindrical-coordinate representation of color #70ADEC: hue angle of 210.48º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70ADEC is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 173 | 236 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.07 |
| HSL | 210.48º | 0.77% | 0.68% | - |
| HSV(B) | 210.48º | 0.53% | 0.93% | - |
| XYZ | 36.77 | 39.39 | 85.02 | - |
| YUV | 161.94 | 169.79 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 173 | 236 | 0.53 | 0.27 | 0 | 0.07 | 210.48 | 0.77 | 0.68 |
| Hex | 70 | AD | EC | 35 | 1B | 0 | 7 | D2 | 4D | 44 |
| Octal | 160 | 255 | 354 | 65 | 33 | 0 | 7 | 322 | 115 | 104 |
| Binary | 1110000 | 10101101 | 11101100 | 110101 | 11011 | 0 | 111 | 11010010 | 1001101 | 1000100 |
Color Harmonies of #70ADEC
Complementary color
Monochromatic Colors of #70ADEC
Black with #70ADEC
Text Example
Text Example
White with #70ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ADEC; }
p { color: rgb(112,173,236); }
H1.HeaderClassName
{
color: #70ADEC;
}
.AnyTagClassName
{
color: #70ADEC;
}
</style>
background-color css
<style>
a { background-color: #70ADEC; }
a { background-color: rgb(112,173,236); }
div.DivClassName
{
background-color: #70ADEC;
}
.BgClassName
{
background-color: #70ADEC;
}
</style>
border-color css
<style>
span { border-color: #70ADEC; }
span { border-color: rgb(112,173,236); }
td.TdClassName
{
border-color: #70ADEC;
}
.TagClassName
{
border-color: #70ADEC;
}
</style>