Shades of Jordy Blue #7AA8DE
Tints of Jordy Blue #7AA8DE
RGB
CMYK
RGB Variations
Color information
#7AA8DE (or 0x7AA8DE) is known color: Jordy Blue. HEX triplet: 7A, A8 and DE. RGB value is (122,168,222). Sum of RGB (Red+Green+Blue) = 122+168+222=512 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.83% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #7AA8DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA8DE is #855721. Grayscale: #A0A0A0. Windows color (decimal): -8738594 or 14592122. OLE color: 14592122.
HSL color Cylindrical-coordinate representation of color #7AA8DE: hue angle of 212.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AA8DE is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 168 | 222 | - |
| CMYK | 0.45 | 0.24 | 0 | 0.13 |
| HSL | 212.4º | 0.6% | 0.67% | - |
| HSV(B) | 212.4º | 0.45% | 0.87% | - |
| XYZ | 35.21 | 37.42 | 74.47 | - |
| YUV | 160.4 | 162.76 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 168 | 222 | 0.45 | 0.24 | 0 | 0.13 | 212.4 | 0.6 | 0.67 |
| Hex | 7A | A8 | DE | 2D | 18 | 0 | D | D4 | 3C | 43 |
| Octal | 172 | 250 | 336 | 55 | 30 | 0 | 15 | 324 | 74 | 103 |
| Binary | 1111010 | 10101000 | 11011110 | 101101 | 11000 | 0 | 1101 | 11010100 | 111100 | 1000011 |
Color Harmonies of #7AA8DE
Complementary color
Monochromatic Colors of #7AA8DE
Black with #7AA8DE
Text Example
Text Example
White with #7AA8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA8DE; }
p { color: rgb(122,168,222); }
H1.HeaderClassName
{
color: #7AA8DE;
}
.AnyTagClassName
{
color: #7AA8DE;
}
</style>
background-color css
<style>
a { background-color: #7AA8DE; }
a { background-color: rgb(122,168,222); }
div.DivClassName
{
background-color: #7AA8DE;
}
.BgClassName
{
background-color: #7AA8DE;
}
</style>
border-color css
<style>
span { border-color: #7AA8DE; }
span { border-color: rgb(122,168,222); }
td.TdClassName
{
border-color: #7AA8DE;
}
.TagClassName
{
border-color: #7AA8DE;
}
</style>