Shades of Jordy Blue #7BA6FD
Tints of Jordy Blue #7BA6FD
RGB
CMYK
RGB Variations
Color information
#7BA6FD (or 0x7BA6FD) is known color: Jordy Blue. HEX triplet: 7B, A6 and FD. RGB value is (123,166,253). Sum of RGB (Red+Green+Blue) = 123+166+253=542 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.69% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #7BA6FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA6FD is #845902. Grayscale: #A2A2A2. Windows color (decimal): -8673539 or 16623227. OLE color: 16623227.
HSL color Cylindrical-coordinate representation of color #7BA6FD: hue angle of 220.15º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BA6FD is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 166 | 253 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.01 |
| HSL | 220.15º | 0.97% | 0.74% | - |
| HSV(B) | 220.15º | 0.51% | 0.99% | - |
| XYZ | 39.53 | 38.58 | 98.29 | - |
| YUV | 163.06 | 178.75 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 166 | 253 | 0.51 | 0.34 | 0 | 0.01 | 220.15 | 0.97 | 0.74 |
| Hex | 7B | A6 | FD | 33 | 22 | 0 | 1 | DC | 61 | 4A |
| Octal | 173 | 246 | 375 | 63 | 42 | 0 | 1 | 334 | 141 | 112 |
| Binary | 1111011 | 10100110 | 11111101 | 110011 | 100010 | 0 | 1 | 11011100 | 1100001 | 1001010 |
Color Harmonies of #7BA6FD
Complementary color
Monochromatic Colors of #7BA6FD
Black with #7BA6FD
Text Example
Text Example
White with #7BA6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA6FD; }
p { color: rgb(123,166,253); }
H1.HeaderClassName
{
color: #7BA6FD;
}
.AnyTagClassName
{
color: #7BA6FD;
}
</style>
background-color css
<style>
a { background-color: #7BA6FD; }
a { background-color: rgb(123,166,253); }
div.DivClassName
{
background-color: #7BA6FD;
}
.BgClassName
{
background-color: #7BA6FD;
}
</style>
border-color css
<style>
span { border-color: #7BA6FD; }
span { border-color: rgb(123,166,253); }
td.TdClassName
{
border-color: #7BA6FD;
}
.TagClassName
{
border-color: #7BA6FD;
}
</style>