Shades of Jordy Blue #70ABED
Tints of Jordy Blue #70ABED
RGB
CMYK
RGB Variations
Color information
#70ABED (or 0x70ABED) is known color: Jordy Blue. HEX triplet: 70, AB and ED. RGB value is (112,171,237). Sum of RGB (Red+Green+Blue) = 112+171+237=520 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.54% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #70ABED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70ABED is #8F5412. Grayscale: #A0A0A0. Windows color (decimal): -9393171 or 15575920. OLE color: 15575920.
HSL color Cylindrical-coordinate representation of color #70ABED: hue angle of 211.68º degrees, saturation: 0.78, 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 #70ABED is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 171 | 237 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.07 |
| HSL | 211.68º | 0.78% | 0.68% | - |
| HSV(B) | 211.68º | 0.53% | 0.93% | - |
| XYZ | 36.53 | 38.68 | 85.66 | - |
| YUV | 160.88 | 170.95 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 237 | 0.53 | 0.28 | 0 | 0.07 | 211.68 | 0.78 | 0.68 |
| Hex | 70 | AB | ED | 35 | 1C | 0 | 7 | D4 | 4E | 44 |
| Octal | 160 | 253 | 355 | 65 | 34 | 0 | 7 | 324 | 116 | 104 |
| Binary | 1110000 | 10101011 | 11101101 | 110101 | 11100 | 0 | 111 | 11010100 | 1001110 | 1000100 |
Color Harmonies of #70ABED
Complementary color
Monochromatic Colors of #70ABED
Black with #70ABED
Text Example
Text Example
White with #70ABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ABED; }
p { color: rgb(112,171,237); }
H1.HeaderClassName
{
color: #70ABED;
}
.AnyTagClassName
{
color: #70ABED;
}
</style>
background-color css
<style>
a { background-color: #70ABED; }
a { background-color: rgb(112,171,237); }
div.DivClassName
{
background-color: #70ABED;
}
.BgClassName
{
background-color: #70ABED;
}
</style>
border-color css
<style>
span { border-color: #70ABED; }
span { border-color: rgb(112,171,237); }
td.TdClassName
{
border-color: #70ABED;
}
.TagClassName
{
border-color: #70ABED;
}
</style>