Shades of Jordy Blue #7AB1E9
Tints of Jordy Blue #7AB1E9
RGB
CMYK
RGB Variations
Color information
#7AB1E9 (or 0x7AB1E9) is known color: Jordy Blue. HEX triplet: 7A, B1 and E9. RGB value is (122,177,233). Sum of RGB (Red+Green+Blue) = 122+177+233=532 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.93% from 532); Green value is 177 (69.53% from 255 or 33.27% from 532); Blue value is 233 (91.41% from 255 or 43.80% from 532); Max value from RGB is 233 - color contains mainly: blue. Hex color #7AB1E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AB1E9 is #854E16. Grayscale: #A6A6A6. Windows color (decimal): -8736279 or 15315322. OLE color: 15315322.
HSL color Cylindrical-coordinate representation of color #7AB1E9: hue angle of 210.27º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AB1E9 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 177 | 233 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.09 |
| HSL | 210.27º | 0.72% | 0.7% | - |
| HSV(B) | 210.27º | 0.48% | 0.91% | - |
| XYZ | 38.46 | 41.47 | 83.07 | - |
| YUV | 166.94 | 165.28 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 177 | 233 | 0.48 | 0.24 | 0 | 0.09 | 210.27 | 0.72 | 0.7 |
| Hex | 7A | B1 | E9 | 30 | 18 | 0 | 9 | D2 | 48 | 46 |
| Octal | 172 | 261 | 351 | 60 | 30 | 0 | 11 | 322 | 110 | 106 |
| Binary | 1111010 | 10110001 | 11101001 | 110000 | 11000 | 0 | 1001 | 11010010 | 1001000 | 1000110 |
Color Harmonies of #7AB1E9
Complementary color
Monochromatic Colors of #7AB1E9
Black with #7AB1E9
Text Example
Text Example
White with #7AB1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB1E9; }
p { color: rgb(122,177,233); }
H1.HeaderClassName
{
color: #7AB1E9;
}
.AnyTagClassName
{
color: #7AB1E9;
}
</style>
background-color css
<style>
a { background-color: #7AB1E9; }
a { background-color: rgb(122,177,233); }
div.DivClassName
{
background-color: #7AB1E9;
}
.BgClassName
{
background-color: #7AB1E9;
}
</style>
border-color css
<style>
span { border-color: #7AB1E9; }
span { border-color: rgb(122,177,233); }
td.TdClassName
{
border-color: #7AB1E9;
}
.TagClassName
{
border-color: #7AB1E9;
}
</style>