Shades of Jordy Blue #70ABDB
Tints of Jordy Blue #70ABDB
RGB
CMYK
RGB Variations
Color information
#70ABDB (or 0x70ABDB) is known color: Jordy Blue. HEX triplet: 70, AB and DB. RGB value is (112,171,219). Sum of RGB (Red+Green+Blue) = 112+171+219=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #70ABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ABDB is #8F5424. Grayscale: #9E9E9E. Windows color (decimal): -9393189 or 14396272. OLE color: 14396272.
HSL color Cylindrical-coordinate representation of color #70ABDB: hue angle of 206.92º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70ABDB is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 171 | 219 | - |
| CMYK | 0.49 | 0.22 | 0 | 0.14 |
| HSL | 206.92º | 0.6% | 0.65% | - |
| HSV(B) | 206.92º | 0.49% | 0.86% | - |
| XYZ | 34.03 | 37.69 | 72.5 | - |
| YUV | 158.83 | 161.95 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 219 | 0.49 | 0.22 | 0 | 0.14 | 206.92 | 0.6 | 0.65 |
| Hex | 70 | AB | DB | 31 | 16 | 0 | E | CF | 3C | 41 |
| Octal | 160 | 253 | 333 | 61 | 26 | 0 | 16 | 317 | 74 | 101 |
| Binary | 1110000 | 10101011 | 11011011 | 110001 | 10110 | 0 | 1110 | 11001111 | 111100 | 1000001 |
Color Harmonies of #70ABDB
Complementary color
Monochromatic Colors of #70ABDB
Black with #70ABDB
Text Example
Text Example
White with #70ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ABDB; }
p { color: rgb(112,171,219); }
H1.HeaderClassName
{
color: #70ABDB;
}
.AnyTagClassName
{
color: #70ABDB;
}
</style>
background-color css
<style>
a { background-color: #70ABDB; }
a { background-color: rgb(112,171,219); }
div.DivClassName
{
background-color: #70ABDB;
}
.BgClassName
{
background-color: #70ABDB;
}
</style>
border-color css
<style>
span { border-color: #70ABDB; }
span { border-color: rgb(112,171,219); }
td.TdClassName
{
border-color: #70ABDB;
}
.TagClassName
{
border-color: #70ABDB;
}
</style>