Shades of Jordy Blue #7BADD9
Tints of Jordy Blue #7BADD9
RGB
CMYK
RGB Variations
Color information
#7BADD9 (or 0x7BADD9) is known color: Jordy Blue. HEX triplet: 7B, AD and D9. RGB value is (123,173,217). Sum of RGB (Red+Green+Blue) = 123+173+217=513 (67% of max value = 765). Red value is 123 (48.44% from 255 or 23.98% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 217 (85.16% from 255 or 42.30% from 513); Max value from RGB is 217 - color contains mainly: blue. Hex color #7BADD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BADD9 is #845226. Grayscale: #A2A2A2. Windows color (decimal): -8671783 or 14265723. OLE color: 14265723.
HSL color Cylindrical-coordinate representation of color #7BADD9: hue angle of 208.09º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BADD9 is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 173 | 217 | - |
| CMYK | 0.43 | 0.20 | 0 | 0.15 |
| HSL | 208.09º | 0.55% | 0.67% | - |
| HSV(B) | 208.09º | 0.43% | 0.85% | - |
| XYZ | 35.64 | 39.11 | 71.32 | - |
| YUV | 163.07 | 158.44 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 173 | 217 | 0.43 | 0.20 | 0 | 0.15 | 208.09 | 0.55 | 0.67 |
| Hex | 7B | AD | D9 | 2B | 14 | 0 | F | D0 | 37 | 43 |
| Octal | 173 | 255 | 331 | 53 | 24 | 0 | 17 | 320 | 67 | 103 |
| Binary | 1111011 | 10101101 | 11011001 | 101011 | 10100 | 0 | 1111 | 11010000 | 110111 | 1000011 |
Color Harmonies of #7BADD9
Complementary color
Monochromatic Colors of #7BADD9
Black with #7BADD9
Text Example
Text Example
White with #7BADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BADD9; }
p { color: rgb(123,173,217); }
H1.HeaderClassName
{
color: #7BADD9;
}
.AnyTagClassName
{
color: #7BADD9;
}
</style>
background-color css
<style>
a { background-color: #7BADD9; }
a { background-color: rgb(123,173,217); }
div.DivClassName
{
background-color: #7BADD9;
}
.BgClassName
{
background-color: #7BADD9;
}
</style>
border-color css
<style>
span { border-color: #7BADD9; }
span { border-color: rgb(123,173,217); }
td.TdClassName
{
border-color: #7BADD9;
}
.TagClassName
{
border-color: #7BADD9;
}
</style>