Shades of Jordy Blue #7BAAFA
Tints of Jordy Blue #7BAAFA
RGB
CMYK
RGB Variations
Color information
#7BAAFA (or 0x7BAAFA) is known color: Jordy Blue. HEX triplet: 7B, AA and FA. RGB value is (123,170,250). Sum of RGB (Red+Green+Blue) = 123+170+250=543 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.65% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #7BAAFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BAAFA is #845505. Grayscale: #A4A4A4. Windows color (decimal): -8672518 or 16427643. OLE color: 16427643.
HSL color Cylindrical-coordinate representation of color #7BAAFA: hue angle of 217.8º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BAAFA is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 170 | 250 | - |
| CMYK | 0.51 | 0.32 | 0 | 0.02 |
| HSL | 217.8º | 0.93% | 0.73% | - |
| HSV(B) | 217.8º | 0.51% | 0.98% | - |
| XYZ | 39.8 | 39.86 | 96.04 | - |
| YUV | 165.07 | 175.93 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 250 | 0.51 | 0.32 | 0 | 0.02 | 217.8 | 0.93 | 0.73 |
| Hex | 7B | AA | FA | 33 | 20 | 0 | 2 | DA | 5D | 49 |
| Octal | 173 | 252 | 372 | 63 | 40 | 0 | 2 | 332 | 135 | 111 |
| Binary | 1111011 | 10101010 | 11111010 | 110011 | 100000 | 0 | 10 | 11011010 | 1011101 | 1001001 |
Color Harmonies of #7BAAFA
Complementary color
Monochromatic Colors of #7BAAFA
Black with #7BAAFA
Text Example
Text Example
White with #7BAAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAAFA; }
p { color: rgb(123,170,250); }
H1.HeaderClassName
{
color: #7BAAFA;
}
.AnyTagClassName
{
color: #7BAAFA;
}
</style>
background-color css
<style>
a { background-color: #7BAAFA; }
a { background-color: rgb(123,170,250); }
div.DivClassName
{
background-color: #7BAAFA;
}
.BgClassName
{
background-color: #7BAAFA;
}
</style>
border-color css
<style>
span { border-color: #7BAAFA; }
span { border-color: rgb(123,170,250); }
td.TdClassName
{
border-color: #7BAAFA;
}
.TagClassName
{
border-color: #7BAAFA;
}
</style>