Shades of Jordy Blue #7AABDF
Tints of Jordy Blue #7AABDF
RGB
CMYK
RGB Variations
Color information
#7AABDF (or 0x7AABDF) is known color: Jordy Blue. HEX triplet: 7A, AB and DF. RGB value is (122,171,223). Sum of RGB (Red+Green+Blue) = 122+171+223=516 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.64% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #7AABDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AABDF is #855420. Grayscale: #A2A2A2. Windows color (decimal): -8737825 or 14658426. OLE color: 14658426.
HSL color Cylindrical-coordinate representation of color #7AABDF: hue angle of 210.89º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AABDF is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 171 | 223 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.13 |
| HSL | 210.89º | 0.61% | 0.68% | - |
| HSV(B) | 210.89º | 0.45% | 0.87% | - |
| XYZ | 35.91 | 38.59 | 75.37 | - |
| YUV | 162.28 | 162.27 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 171 | 223 | 0.45 | 0.23 | 0 | 0.13 | 210.89 | 0.61 | 0.68 |
| Hex | 7A | AB | DF | 2D | 17 | 0 | D | D3 | 3D | 44 |
| Octal | 172 | 253 | 337 | 55 | 27 | 0 | 15 | 323 | 75 | 104 |
| Binary | 1111010 | 10101011 | 11011111 | 101101 | 10111 | 0 | 1101 | 11010011 | 111101 | 1000100 |
Color Harmonies of #7AABDF
Complementary color
Monochromatic Colors of #7AABDF
Black with #7AABDF
Text Example
Text Example
White with #7AABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AABDF; }
p { color: rgb(122,171,223); }
H1.HeaderClassName
{
color: #7AABDF;
}
.AnyTagClassName
{
color: #7AABDF;
}
</style>
background-color css
<style>
a { background-color: #7AABDF; }
a { background-color: rgb(122,171,223); }
div.DivClassName
{
background-color: #7AABDF;
}
.BgClassName
{
background-color: #7AABDF;
}
</style>
border-color css
<style>
span { border-color: #7AABDF; }
span { border-color: rgb(122,171,223); }
td.TdClassName
{
border-color: #7AABDF;
}
.TagClassName
{
border-color: #7AABDF;
}
</style>