Shades of Jordy Blue #7AA8DF
Tints of Jordy Blue #7AA8DF
RGB
CMYK
RGB Variations
Color information
#7AA8DF (or 0x7AA8DF) is known color: Jordy Blue. HEX triplet: 7A, A8 and DF. RGB value is (122,168,223). Sum of RGB (Red+Green+Blue) = 122+168+223=513 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.78% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #7AA8DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA8DF is #855720. Grayscale: #A0A0A0. Windows color (decimal): -8738593 or 14657658. OLE color: 14657658.
HSL color Cylindrical-coordinate representation of color #7AA8DF: hue angle of 212.67º 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 #7AA8DF is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 168 | 223 | - |
| CMYK | 0.45 | 0.25 | 0 | 0.13 |
| HSL | 212.67º | 0.61% | 0.68% | - |
| HSV(B) | 212.67º | 0.45% | 0.87% | - |
| XYZ | 35.35 | 37.47 | 75.18 | - |
| YUV | 160.52 | 163.26 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 168 | 223 | 0.45 | 0.25 | 0 | 0.13 | 212.67 | 0.61 | 0.68 |
| Hex | 7A | A8 | DF | 2D | 19 | 0 | D | D5 | 3D | 44 |
| Octal | 172 | 250 | 337 | 55 | 31 | 0 | 15 | 325 | 75 | 104 |
| Binary | 1111010 | 10101000 | 11011111 | 101101 | 11001 | 0 | 1101 | 11010101 | 111101 | 1000100 |
Color Harmonies of #7AA8DF
Complementary color
Monochromatic Colors of #7AA8DF
Black with #7AA8DF
Text Example
Text Example
White with #7AA8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA8DF; }
p { color: rgb(122,168,223); }
H1.HeaderClassName
{
color: #7AA8DF;
}
.AnyTagClassName
{
color: #7AA8DF;
}
</style>
background-color css
<style>
a { background-color: #7AA8DF; }
a { background-color: rgb(122,168,223); }
div.DivClassName
{
background-color: #7AA8DF;
}
.BgClassName
{
background-color: #7AA8DF;
}
</style>
border-color css
<style>
span { border-color: #7AA8DF; }
span { border-color: rgb(122,168,223); }
td.TdClassName
{
border-color: #7AA8DF;
}
.TagClassName
{
border-color: #7AA8DF;
}
</style>