Shades of Jordy Blue #7AB0EC
Tints of Jordy Blue #7AB0EC
RGB
CMYK
RGB Variations
Color information
#7AB0EC (or 0x7AB0EC) is known color: Jordy Blue. HEX triplet: 7A, B0 and EC. RGB value is (122,176,236). Sum of RGB (Red+Green+Blue) = 122+176+236=534 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.85% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #7AB0EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AB0EC is #854F13. Grayscale: #A6A6A6. Windows color (decimal): -8736532 or 15511674. OLE color: 15511674.
HSL color Cylindrical-coordinate representation of color #7AB0EC: hue angle of 211.58º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AB0EC is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 176 | 236 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.07 |
| HSL | 211.58º | 0.75% | 0.7% | - |
| HSV(B) | 211.58º | 0.48% | 0.93% | - |
| XYZ | 38.69 | 41.24 | 85.28 | - |
| YUV | 166.69 | 167.11 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 176 | 236 | 0.48 | 0.25 | 0 | 0.07 | 211.58 | 0.75 | 0.7 |
| Hex | 7A | B0 | EC | 30 | 19 | 0 | 7 | D4 | 4B | 46 |
| Octal | 172 | 260 | 354 | 60 | 31 | 0 | 7 | 324 | 113 | 106 |
| Binary | 1111010 | 10110000 | 11101100 | 110000 | 11001 | 0 | 111 | 11010100 | 1001011 | 1000110 |
Color Harmonies of #7AB0EC
Complementary color
Monochromatic Colors of #7AB0EC
Black with #7AB0EC
Text Example
Text Example
White with #7AB0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB0EC; }
p { color: rgb(122,176,236); }
H1.HeaderClassName
{
color: #7AB0EC;
}
.AnyTagClassName
{
color: #7AB0EC;
}
</style>
background-color css
<style>
a { background-color: #7AB0EC; }
a { background-color: rgb(122,176,236); }
div.DivClassName
{
background-color: #7AB0EC;
}
.BgClassName
{
background-color: #7AB0EC;
}
</style>
border-color css
<style>
span { border-color: #7AB0EC; }
span { border-color: rgb(122,176,236); }
td.TdClassName
{
border-color: #7AB0EC;
}
.TagClassName
{
border-color: #7AB0EC;
}
</style>