Shades of Jordy Blue #7BA7FB
Tints of Jordy Blue #7BA7FB
RGB
CMYK
RGB Variations
Color information
#7BA7FB (or 0x7BA7FB) is known color: Jordy Blue. HEX triplet: 7B, A7 and FB. RGB value is (123,167,251). Sum of RGB (Red+Green+Blue) = 123+167+251=541 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.74% from 541); Green value is 167 (65.62% from 255 or 30.87% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #7BA7FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA7FB is #845804. Grayscale: #A3A3A3. Windows color (decimal): -8673285 or 16492411. OLE color: 16492411.
HSL color Cylindrical-coordinate representation of color #7BA7FB: hue angle of 219.38º degrees, saturation: 0.94, 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 #7BA7FB is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 167 | 251 | - |
| CMYK | 0.51 | 0.33 | 0 | 0.02 |
| HSL | 219.38º | 0.94% | 0.73% | - |
| HSV(B) | 219.38º | 0.51% | 0.98% | - |
| XYZ | 39.4 | 38.81 | 96.68 | - |
| YUV | 163.42 | 177.42 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 167 | 251 | 0.51 | 0.33 | 0 | 0.02 | 219.38 | 0.94 | 0.73 |
| Hex | 7B | A7 | FB | 33 | 21 | 0 | 2 | DB | 5E | 49 |
| Octal | 173 | 247 | 373 | 63 | 41 | 0 | 2 | 333 | 136 | 111 |
| Binary | 1111011 | 10100111 | 11111011 | 110011 | 100001 | 0 | 10 | 11011011 | 1011110 | 1001001 |
Color Harmonies of #7BA7FB
Complementary color
Monochromatic Colors of #7BA7FB
Black with #7BA7FB
Text Example
Text Example
White with #7BA7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA7FB; }
p { color: rgb(123,167,251); }
H1.HeaderClassName
{
color: #7BA7FB;
}
.AnyTagClassName
{
color: #7BA7FB;
}
</style>
background-color css
<style>
a { background-color: #7BA7FB; }
a { background-color: rgb(123,167,251); }
div.DivClassName
{
background-color: #7BA7FB;
}
.BgClassName
{
background-color: #7BA7FB;
}
</style>
border-color css
<style>
span { border-color: #7BA7FB; }
span { border-color: rgb(123,167,251); }
td.TdClassName
{
border-color: #7BA7FB;
}
.TagClassName
{
border-color: #7BA7FB;
}
</style>