Shades of Jordy Blue #7AB3E7
Tints of Jordy Blue #7AB3E7
RGB
CMYK
RGB Variations
Color information
#7AB3E7 (or 0x7AB3E7) is known color: Jordy Blue. HEX triplet: 7A, B3 and E7. RGB value is (122,179,231). Sum of RGB (Red+Green+Blue) = 122+179+231=532 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.93% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 231 (90.62% from 255 or 43.42% from 532); Max value from RGB is 231 - color contains mainly: blue. Hex color #7AB3E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AB3E7 is #854C18. Grayscale: #A7A7A7. Windows color (decimal): -8735769 or 15184762. OLE color: 15184762.
HSL color Cylindrical-coordinate representation of color #7AB3E7: hue angle of 208.62º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AB3E7 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 179 | 231 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.09 |
| HSL | 208.62º | 0.69% | 0.69% | - |
| HSV(B) | 208.62º | 0.47% | 0.91% | - |
| XYZ | 38.57 | 42.15 | 81.7 | - |
| YUV | 167.89 | 163.62 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 179 | 231 | 0.47 | 0.23 | 0 | 0.09 | 208.62 | 0.69 | 0.69 |
| Hex | 7A | B3 | E7 | 2F | 17 | 0 | 9 | D1 | 45 | 45 |
| Octal | 172 | 263 | 347 | 57 | 27 | 0 | 11 | 321 | 105 | 105 |
| Binary | 1111010 | 10110011 | 11100111 | 101111 | 10111 | 0 | 1001 | 11010001 | 1000101 | 1000101 |
Color Harmonies of #7AB3E7
Complementary color
Monochromatic Colors of #7AB3E7
Black with #7AB3E7
Text Example
Text Example
White with #7AB3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB3E7; }
p { color: rgb(122,179,231); }
H1.HeaderClassName
{
color: #7AB3E7;
}
.AnyTagClassName
{
color: #7AB3E7;
}
</style>
background-color css
<style>
a { background-color: #7AB3E7; }
a { background-color: rgb(122,179,231); }
div.DivClassName
{
background-color: #7AB3E7;
}
.BgClassName
{
background-color: #7AB3E7;
}
</style>
border-color css
<style>
span { border-color: #7AB3E7; }
span { border-color: rgb(122,179,231); }
td.TdClassName
{
border-color: #7AB3E7;
}
.TagClassName
{
border-color: #7AB3E7;
}
</style>