Shades of Jordy Blue #7BA0D6
Tints of Jordy Blue #7BA0D6
RGB
CMYK
RGB Variations
Color information
#7BA0D6 (or 0x7BA0D6) is known color: Jordy Blue. HEX triplet: 7B, A0 and D6. RGB value is (123,160,214). Sum of RGB (Red+Green+Blue) = 123+160+214=497 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.75% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 214 (83.98% from 255 or 43.06% from 497); Max value from RGB is 214 - color contains mainly: blue. Hex color #7BA0D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA0D6 is #845F29. Grayscale: #9A9A9A. Windows color (decimal): -8675114 or 14065787. OLE color: 14065787.
HSL color Cylindrical-coordinate representation of color #7BA0D6: hue angle of 215.6º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BA0D6 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 123 | 160 | 214 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.16 |
| HSL | 215.6º | 0.53% | 0.66% | - |
| HSV(B) | 215.6º | 0.43% | 0.84% | - |
| XYZ | 32.88 | 34.21 | 68.49 | - |
| YUV | 155.09 | 161.24 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 160 | 214 | 0.43 | 0.25 | 0 | 0.16 | 215.6 | 0.53 | 0.66 |
| Hex | 7B | A0 | D6 | 2B | 19 | 0 | 10 | D8 | 35 | 42 |
| Octal | 173 | 240 | 326 | 53 | 31 | 0 | 20 | 330 | 65 | 102 |
| Binary | 1111011 | 10100000 | 11010110 | 101011 | 11001 | 0 | 10000 | 11011000 | 110101 | 1000010 |
Color Harmonies of #7BA0D6
Complementary color
Monochromatic Colors of #7BA0D6
Black with #7BA0D6
Text Example
Text Example
White with #7BA0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA0D6; }
p { color: rgb(123,160,214); }
H1.HeaderClassName
{
color: #7BA0D6;
}
.AnyTagClassName
{
color: #7BA0D6;
}
</style>
background-color css
<style>
a { background-color: #7BA0D6; }
a { background-color: rgb(123,160,214); }
div.DivClassName
{
background-color: #7BA0D6;
}
.BgClassName
{
background-color: #7BA0D6;
}
</style>
border-color css
<style>
span { border-color: #7BA0D6; }
span { border-color: rgb(123,160,214); }
td.TdClassName
{
border-color: #7BA0D6;
}
.TagClassName
{
border-color: #7BA0D6;
}
</style>