Shades of Jordy Blue #7BA0DB
Tints of Jordy Blue #7BA0DB
RGB
CMYK
RGB Variations
Color information
#7BA0DB (or 0x7BA0DB) is known color: Jordy Blue. HEX triplet: 7B, A0 and DB. RGB value is (123,160,219). Sum of RGB (Red+Green+Blue) = 123+160+219=502 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.50% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #7BA0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA0DB is #845F24. Grayscale: #9B9B9B. Windows color (decimal): -8675109 or 14393467. OLE color: 14393467.
HSL color Cylindrical-coordinate representation of color #7BA0DB: hue angle of 216.88º 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 #7BA0DB is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 160 | 219 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.14 |
| HSL | 216.88º | 0.57% | 0.67% | - |
| HSV(B) | 216.88º | 0.44% | 0.86% | - |
| XYZ | 33.53 | 34.47 | 71.9 | - |
| YUV | 155.66 | 163.74 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 160 | 219 | 0.44 | 0.27 | 0 | 0.14 | 216.88 | 0.57 | 0.67 |
| Hex | 7B | A0 | DB | 2C | 1B | 0 | E | D9 | 39 | 43 |
| Octal | 173 | 240 | 333 | 54 | 33 | 0 | 16 | 331 | 71 | 103 |
| Binary | 1111011 | 10100000 | 11011011 | 101100 | 11011 | 0 | 1110 | 11011001 | 111001 | 1000011 |
Color Harmonies of #7BA0DB
Complementary color
Monochromatic Colors of #7BA0DB
Black with #7BA0DB
Text Example
Text Example
White with #7BA0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA0DB; }
p { color: rgb(123,160,219); }
H1.HeaderClassName
{
color: #7BA0DB;
}
.AnyTagClassName
{
color: #7BA0DB;
}
</style>
background-color css
<style>
a { background-color: #7BA0DB; }
a { background-color: rgb(123,160,219); }
div.DivClassName
{
background-color: #7BA0DB;
}
.BgClassName
{
background-color: #7BA0DB;
}
</style>
border-color css
<style>
span { border-color: #7BA0DB; }
span { border-color: rgb(123,160,219); }
td.TdClassName
{
border-color: #7BA0DB;
}
.TagClassName
{
border-color: #7BA0DB;
}
</style>