Shades of Jordy Blue #7BA6DB
Tints of Jordy Blue #7BA6DB
RGB
CMYK
RGB Variations
Color information
#7BA6DB (or 0x7BA6DB) is known color: Jordy Blue. HEX triplet: 7B, A6 and DB. RGB value is (123,166,219). Sum of RGB (Red+Green+Blue) = 123+166+219=508 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.21% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #7BA6DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA6DB is #845924. Grayscale: #9E9E9E. Windows color (decimal): -8673573 or 14395003. OLE color: 14395003.
HSL color Cylindrical-coordinate representation of color #7BA6DB: hue angle of 213.12º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BA6DB is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 166 | 219 | - |
| CMYK | 0.44 | 0.24 | 0 | 0.14 |
| HSL | 213.13º | 0.57% | 0.67% | - |
| HSV(B) | 213.13º | 0.44% | 0.86% | - |
| XYZ | 34.59 | 36.6 | 72.26 | - |
| YUV | 159.19 | 161.75 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 166 | 219 | 0.44 | 0.24 | 0 | 0.14 | 213.13 | 0.57 | 0.67 |
| Hex | 7B | A6 | DB | 2C | 18 | 0 | E | D5 | 39 | 43 |
| Octal | 173 | 246 | 333 | 54 | 30 | 0 | 16 | 325 | 71 | 103 |
| Binary | 1111011 | 10100110 | 11011011 | 101100 | 11000 | 0 | 1110 | 11010101 | 111001 | 1000011 |
Color Harmonies of #7BA6DB
Complementary color
Monochromatic Colors of #7BA6DB
Black with #7BA6DB
Text Example
Text Example
White with #7BA6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA6DB; }
p { color: rgb(123,166,219); }
H1.HeaderClassName
{
color: #7BA6DB;
}
.AnyTagClassName
{
color: #7BA6DB;
}
</style>
background-color css
<style>
a { background-color: #7BA6DB; }
a { background-color: rgb(123,166,219); }
div.DivClassName
{
background-color: #7BA6DB;
}
.BgClassName
{
background-color: #7BA6DB;
}
</style>
border-color css
<style>
span { border-color: #7BA6DB; }
span { border-color: rgb(123,166,219); }
td.TdClassName
{
border-color: #7BA6DB;
}
.TagClassName
{
border-color: #7BA6DB;
}
</style>