Shades of Jordy Blue #7AB3EC
Tints of Jordy Blue #7AB3EC
RGB
CMYK
RGB Variations
Color information
#7AB3EC (or 0x7AB3EC) is known color: Jordy Blue. HEX triplet: 7A, B3 and EC. RGB value is (122,179,236). Sum of RGB (Red+Green+Blue) = 122+179+236=537 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.72% from 537); Green value is 179 (70.31% from 255 or 33.33% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #7AB3EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AB3EC is #854C13. Grayscale: #A8A8A8. Windows color (decimal): -8735764 or 15512442. OLE color: 15512442.
HSL color Cylindrical-coordinate representation of color #7AB3EC: hue angle of 210º 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 #7AB3EC is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 179 | 236 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.07 |
| HSL | 210º | 0.75% | 0.7% | - |
| HSV(B) | 210º | 0.48% | 0.93% | - |
| XYZ | 39.29 | 42.43 | 85.48 | - |
| YUV | 168.46 | 166.12 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 179 | 236 | 0.48 | 0.24 | 0 | 0.07 | 210 | 0.75 | 0.7 |
| Hex | 7A | B3 | EC | 30 | 18 | 0 | 7 | D2 | 4B | 46 |
| Octal | 172 | 263 | 354 | 60 | 30 | 0 | 7 | 322 | 113 | 106 |
| Binary | 1111010 | 10110011 | 11101100 | 110000 | 11000 | 0 | 111 | 11010010 | 1001011 | 1000110 |
Color Harmonies of #7AB3EC
Complementary color
Monochromatic Colors of #7AB3EC
Black with #7AB3EC
Text Example
Text Example
White with #7AB3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB3EC; }
p { color: rgb(122,179,236); }
H1.HeaderClassName
{
color: #7AB3EC;
}
.AnyTagClassName
{
color: #7AB3EC;
}
</style>
background-color css
<style>
a { background-color: #7AB3EC; }
a { background-color: rgb(122,179,236); }
div.DivClassName
{
background-color: #7AB3EC;
}
.BgClassName
{
background-color: #7AB3EC;
}
</style>
border-color css
<style>
span { border-color: #7AB3EC; }
span { border-color: rgb(122,179,236); }
td.TdClassName
{
border-color: #7AB3EC;
}
.TagClassName
{
border-color: #7AB3EC;
}
</style>