Shades of Jordy Blue #7AA1E6
Tints of Jordy Blue #7AA1E6
RGB
CMYK
RGB Variations
Color information
#7AA1E6 (or 0x7AA1E6) is known color: Jordy Blue. HEX triplet: 7A, A1 and E6. RGB value is (122,161,230). Sum of RGB (Red+Green+Blue) = 122+161+230=513 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.78% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 230 (90.23% from 255 or 44.83% from 513); Max value from RGB is 230 - color contains mainly: blue. Hex color #7AA1E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AA1E6 is #855E19. Grayscale: #9C9C9C. Windows color (decimal): -8740378 or 15114618. OLE color: 15114618.
HSL color Cylindrical-coordinate representation of color #7AA1E6: hue angle of 218.33º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AA1E6 is Cyan = 0.47, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 161 | 230 | - |
| CMYK | 0.47 | 0.3 | 0 | 0.10 |
| HSL | 218.33º | 0.68% | 0.69% | - |
| HSV(B) | 218.33º | 0.47% | 0.9% | - |
| XYZ | 35.05 | 35.34 | 79.84 | - |
| YUV | 157.21 | 169.08 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 161 | 230 | 0.47 | 0.3 | 0 | 0.10 | 218.33 | 0.68 | 0.69 |
| Hex | 7A | A1 | E6 | 2F | 1E | 0 | A | DA | 44 | 45 |
| Octal | 172 | 241 | 346 | 57 | 36 | 0 | 12 | 332 | 104 | 105 |
| Binary | 1111010 | 10100001 | 11100110 | 101111 | 11110 | 0 | 1010 | 11011010 | 1000100 | 1000101 |
Color Harmonies of #7AA1E6
Complementary color
Monochromatic Colors of #7AA1E6
Black with #7AA1E6
Text Example
Text Example
White with #7AA1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA1E6; }
p { color: rgb(122,161,230); }
H1.HeaderClassName
{
color: #7AA1E6;
}
.AnyTagClassName
{
color: #7AA1E6;
}
</style>
background-color css
<style>
a { background-color: #7AA1E6; }
a { background-color: rgb(122,161,230); }
div.DivClassName
{
background-color: #7AA1E6;
}
.BgClassName
{
background-color: #7AA1E6;
}
</style>
border-color css
<style>
span { border-color: #7AA1E6; }
span { border-color: rgb(122,161,230); }
td.TdClassName
{
border-color: #7AA1E6;
}
.TagClassName
{
border-color: #7AA1E6;
}
</style>