Shades of Jordy Blue #70ABDF
Tints of Jordy Blue #70ABDF
RGB
CMYK
RGB Variations
Color information
#70ABDF (or 0x70ABDF) is known color: Jordy Blue. HEX triplet: 70, AB and DF. RGB value is (112,171,223). Sum of RGB (Red+Green+Blue) = 112+171+223=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #70ABDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ABDF is #8F5420. Grayscale: #9F9F9F. Windows color (decimal): -9393185 or 14658416. OLE color: 14658416.
HSL color Cylindrical-coordinate representation of color #70ABDF: hue angle of 208.11º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70ABDF is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 171 | 223 | - |
| CMYK | 0.50 | 0.23 | 0 | 0.13 |
| HSL | 208.11º | 0.63% | 0.66% | - |
| HSV(B) | 208.11º | 0.5% | 0.87% | - |
| XYZ | 34.56 | 37.9 | 75.31 | - |
| YUV | 159.29 | 163.95 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 223 | 0.50 | 0.23 | 0 | 0.13 | 208.11 | 0.63 | 0.66 |
| Hex | 70 | AB | DF | 32 | 17 | 0 | D | D0 | 3F | 42 |
| Octal | 160 | 253 | 337 | 62 | 27 | 0 | 15 | 320 | 77 | 102 |
| Binary | 1110000 | 10101011 | 11011111 | 110010 | 10111 | 0 | 1101 | 11010000 | 111111 | 1000010 |
Color Harmonies of #70ABDF
Complementary color
Monochromatic Colors of #70ABDF
Black with #70ABDF
Text Example
Text Example
White with #70ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ABDF; }
p { color: rgb(112,171,223); }
H1.HeaderClassName
{
color: #70ABDF;
}
.AnyTagClassName
{
color: #70ABDF;
}
</style>
background-color css
<style>
a { background-color: #70ABDF; }
a { background-color: rgb(112,171,223); }
div.DivClassName
{
background-color: #70ABDF;
}
.BgClassName
{
background-color: #70ABDF;
}
</style>
border-color css
<style>
span { border-color: #70ABDF; }
span { border-color: rgb(112,171,223); }
td.TdClassName
{
border-color: #70ABDF;
}
.TagClassName
{
border-color: #70ABDF;
}
</style>