Shades of Jordy Blue #70ADE4
Tints of Jordy Blue #70ADE4
RGB
CMYK
RGB Variations
Color information
#70ADE4 (or 0x70ADE4) is known color: Jordy Blue. HEX triplet: 70, AD and E4. RGB value is (112,173,228). Sum of RGB (Red+Green+Blue) = 112+173+228=513 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.83% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 228 (89.45% from 255 or 44.44% from 513); Max value from RGB is 228 - color contains mainly: blue. Hex color #70ADE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ADE4 is #8F521B. Grayscale: #A0A0A0. Windows color (decimal): -9392668 or 14986608. OLE color: 14986608.
HSL color Cylindrical-coordinate representation of color #70ADE4: hue angle of 208.45º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70ADE4 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 173 | 228 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.11 |
| HSL | 208.45º | 0.68% | 0.67% | - |
| HSV(B) | 208.45º | 0.51% | 0.89% | - |
| XYZ | 35.63 | 38.93 | 79.04 | - |
| YUV | 161.03 | 165.79 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 173 | 228 | 0.51 | 0.24 | 0 | 0.11 | 208.45 | 0.68 | 0.67 |
| Hex | 70 | AD | E4 | 33 | 18 | 0 | B | D0 | 44 | 43 |
| Octal | 160 | 255 | 344 | 63 | 30 | 0 | 13 | 320 | 104 | 103 |
| Binary | 1110000 | 10101101 | 11100100 | 110011 | 11000 | 0 | 1011 | 11010000 | 1000100 | 1000011 |
Color Harmonies of #70ADE4
Complementary color
Monochromatic Colors of #70ADE4
Black with #70ADE4
Text Example
Text Example
White with #70ADE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ADE4; }
p { color: rgb(112,173,228); }
H1.HeaderClassName
{
color: #70ADE4;
}
.AnyTagClassName
{
color: #70ADE4;
}
</style>
background-color css
<style>
a { background-color: #70ADE4; }
a { background-color: rgb(112,173,228); }
div.DivClassName
{
background-color: #70ADE4;
}
.BgClassName
{
background-color: #70ADE4;
}
</style>
border-color css
<style>
span { border-color: #70ADE4; }
span { border-color: rgb(112,173,228); }
td.TdClassName
{
border-color: #70ADE4;
}
.TagClassName
{
border-color: #70ADE4;
}
</style>