Shades of Jordy Blue #70ADEB
Tints of Jordy Blue #70ADEB
RGB
CMYK
RGB Variations
Color information
#70ADEB (or 0x70ADEB) is known color: Jordy Blue. HEX triplet: 70, AD and EB. RGB value is (112,173,235). Sum of RGB (Red+Green+Blue) = 112+173+235=520 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.54% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #70ADEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70ADEB is #8F5214. Grayscale: #A1A1A1. Windows color (decimal): -9392661 or 15445360. OLE color: 15445360.
HSL color Cylindrical-coordinate representation of color #70ADEB: hue angle of 210.24º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70ADEB is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 173 | 235 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.08 |
| HSL | 210.24º | 0.75% | 0.68% | - |
| HSV(B) | 210.24º | 0.52% | 0.92% | - |
| XYZ | 36.62 | 39.33 | 84.26 | - |
| YUV | 161.83 | 169.29 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 173 | 235 | 0.52 | 0.26 | 0 | 0.08 | 210.24 | 0.75 | 0.68 |
| Hex | 70 | AD | EB | 34 | 1A | 0 | 8 | D2 | 4B | 44 |
| Octal | 160 | 255 | 353 | 64 | 32 | 0 | 10 | 322 | 113 | 104 |
| Binary | 1110000 | 10101101 | 11101011 | 110100 | 11010 | 0 | 1000 | 11010010 | 1001011 | 1000100 |
Color Harmonies of #70ADEB
Complementary color
Monochromatic Colors of #70ADEB
Black with #70ADEB
Text Example
Text Example
White with #70ADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ADEB; }
p { color: rgb(112,173,235); }
H1.HeaderClassName
{
color: #70ADEB;
}
.AnyTagClassName
{
color: #70ADEB;
}
</style>
background-color css
<style>
a { background-color: #70ADEB; }
a { background-color: rgb(112,173,235); }
div.DivClassName
{
background-color: #70ADEB;
}
.BgClassName
{
background-color: #70ADEB;
}
</style>
border-color css
<style>
span { border-color: #70ADEB; }
span { border-color: rgb(112,173,235); }
td.TdClassName
{
border-color: #70ADEB;
}
.TagClassName
{
border-color: #70ADEB;
}
</style>