Shades of Jordy Blue #7AA3DF
Tints of Jordy Blue #7AA3DF
RGB
CMYK
RGB Variations
Color information
#7AA3DF (or 0x7AA3DF) is known color: Jordy Blue. HEX triplet: 7A, A3 and DF. RGB value is (122,163,223). Sum of RGB (Red+Green+Blue) = 122+163+223=508 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.02% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #7AA3DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA3DF is #855C20. Grayscale: #9D9D9D. Windows color (decimal): -8739873 or 14656378. OLE color: 14656378.
HSL color Cylindrical-coordinate representation of color #7AA3DF: hue angle of 215.64º 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 #7AA3DF is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 163 | 223 | - |
| CMYK | 0.45 | 0.27 | 0 | 0.13 |
| HSL | 215.64º | 0.61% | 0.68% | - |
| HSV(B) | 215.64º | 0.45% | 0.87% | - |
| XYZ | 34.44 | 35.66 | 74.88 | - |
| YUV | 157.58 | 164.92 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 163 | 223 | 0.45 | 0.27 | 0 | 0.13 | 215.64 | 0.61 | 0.68 |
| Hex | 7A | A3 | DF | 2D | 1B | 0 | D | D8 | 3D | 44 |
| Octal | 172 | 243 | 337 | 55 | 33 | 0 | 15 | 330 | 75 | 104 |
| Binary | 1111010 | 10100011 | 11011111 | 101101 | 11011 | 0 | 1101 | 11011000 | 111101 | 1000100 |
Color Harmonies of #7AA3DF
Complementary color
Monochromatic Colors of #7AA3DF
Black with #7AA3DF
Text Example
Text Example
White with #7AA3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA3DF; }
p { color: rgb(122,163,223); }
H1.HeaderClassName
{
color: #7AA3DF;
}
.AnyTagClassName
{
color: #7AA3DF;
}
</style>
background-color css
<style>
a { background-color: #7AA3DF; }
a { background-color: rgb(122,163,223); }
div.DivClassName
{
background-color: #7AA3DF;
}
.BgClassName
{
background-color: #7AA3DF;
}
</style>
border-color css
<style>
span { border-color: #7AA3DF; }
span { border-color: rgb(122,163,223); }
td.TdClassName
{
border-color: #7AA3DF;
}
.TagClassName
{
border-color: #7AA3DF;
}
</style>