Shades of Jordy Blue #70ABEB
Tints of Jordy Blue #70ABEB
RGB
CMYK
RGB Variations
Color information
#70ABEB (or 0x70ABEB) is known color: Jordy Blue. HEX triplet: 70, AB and EB. RGB value is (112,171,235). Sum of RGB (Red+Green+Blue) = 112+171+235=518 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.62% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #70ABEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70ABEB is #8F5414. Grayscale: #A0A0A0. Windows color (decimal): -9393173 or 15444848. OLE color: 15444848.
HSL color Cylindrical-coordinate representation of color #70ABEB: hue angle of 211.22º 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 #70ABEB is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 171 | 235 | - |
| CMYK | 0.52 | 0.27 | 0 | 0.08 |
| HSL | 211.22º | 0.75% | 0.68% | - |
| HSV(B) | 211.22º | 0.52% | 0.92% | - |
| XYZ | 36.24 | 38.57 | 84.13 | - |
| YUV | 160.66 | 169.95 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 235 | 0.52 | 0.27 | 0 | 0.08 | 211.22 | 0.75 | 0.68 |
| Hex | 70 | AB | EB | 34 | 1B | 0 | 8 | D3 | 4B | 44 |
| Octal | 160 | 253 | 353 | 64 | 33 | 0 | 10 | 323 | 113 | 104 |
| Binary | 1110000 | 10101011 | 11101011 | 110100 | 11011 | 0 | 1000 | 11010011 | 1001011 | 1000100 |
Color Harmonies of #70ABEB
Complementary color
Monochromatic Colors of #70ABEB
Black with #70ABEB
Text Example
Text Example
White with #70ABEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ABEB; }
p { color: rgb(112,171,235); }
H1.HeaderClassName
{
color: #70ABEB;
}
.AnyTagClassName
{
color: #70ABEB;
}
</style>
background-color css
<style>
a { background-color: #70ABEB; }
a { background-color: rgb(112,171,235); }
div.DivClassName
{
background-color: #70ABEB;
}
.BgClassName
{
background-color: #70ABEB;
}
</style>
border-color css
<style>
span { border-color: #70ABEB; }
span { border-color: rgb(112,171,235); }
td.TdClassName
{
border-color: #70ABEB;
}
.TagClassName
{
border-color: #70ABEB;
}
</style>