Shades of Jordy Blue #7AA8FE
Tints of Jordy Blue #7AA8FE
RGB
CMYK
RGB Variations
Color information
#7AA8FE (or 0x7AA8FE) is known color: Jordy Blue. HEX triplet: 7A, A8 and FE. RGB value is (122,168,254). Sum of RGB (Red+Green+Blue) = 122+168+254=544 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.43% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #7AA8FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AA8FE is #855701. Grayscale: #A3A3A3. Windows color (decimal): -8738562 or 16689274. OLE color: 16689274.
HSL color Cylindrical-coordinate representation of color #7AA8FE: hue angle of 219.09º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AA8FE is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 168 | 254 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.00 |
| HSL | 219.09º | 0.99% | 0.74% | - |
| HSV(B) | 219.09º | 0.52% | 1% | - |
| XYZ | 39.92 | 39.3 | 99.25 | - |
| YUV | 164.05 | 178.76 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 168 | 254 | 0.52 | 0.34 | 0 | 0.00 | 219.09 | 0.99 | 0.74 |
| Hex | 7A | A8 | FE | 34 | 22 | 0 | 0 | DB | 63 | 4A |
| Octal | 172 | 250 | 376 | 64 | 42 | 0 | 0 | 333 | 143 | 112 |
| Binary | 1111010 | 10101000 | 11111110 | 110100 | 100010 | 0 | 0 | 11011011 | 1100011 | 1001010 |
Color Harmonies of #7AA8FE
Complementary color
Monochromatic Colors of #7AA8FE
Black with #7AA8FE
Text Example
Text Example
White with #7AA8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA8FE; }
p { color: rgb(122,168,254); }
H1.HeaderClassName
{
color: #7AA8FE;
}
.AnyTagClassName
{
color: #7AA8FE;
}
</style>
background-color css
<style>
a { background-color: #7AA8FE; }
a { background-color: rgb(122,168,254); }
div.DivClassName
{
background-color: #7AA8FE;
}
.BgClassName
{
background-color: #7AA8FE;
}
</style>
border-color css
<style>
span { border-color: #7AA8FE; }
span { border-color: rgb(122,168,254); }
td.TdClassName
{
border-color: #7AA8FE;
}
.TagClassName
{
border-color: #7AA8FE;
}
</style>