Shades of Jordy Blue #7BAADF
Tints of Jordy Blue #7BAADF
RGB
CMYK
RGB Variations
Color information
#7BAADF (or 0x7BAADF) is known color: Jordy Blue. HEX triplet: 7B, AA and DF. RGB value is (123,170,223). Sum of RGB (Red+Green+Blue) = 123+170+223=516 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.84% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #7BAADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAADF is #845520. Grayscale: #A1A1A1. Windows color (decimal): -8672545 or 14658171. OLE color: 14658171.
HSL color Cylindrical-coordinate representation of color #7BAADF: hue angle of 211.8º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BAADF is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 170 | 223 | - |
| CMYK | 0.45 | 0.24 | 0 | 0.13 |
| HSL | 211.8º | 0.61% | 0.68% | - |
| HSV(B) | 211.8º | 0.45% | 0.87% | - |
| XYZ | 35.86 | 38.29 | 75.31 | - |
| YUV | 161.99 | 162.43 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 223 | 0.45 | 0.24 | 0 | 0.13 | 211.8 | 0.61 | 0.68 |
| Hex | 7B | AA | DF | 2D | 18 | 0 | D | D4 | 3D | 44 |
| Octal | 173 | 252 | 337 | 55 | 30 | 0 | 15 | 324 | 75 | 104 |
| Binary | 1111011 | 10101010 | 11011111 | 101101 | 11000 | 0 | 1101 | 11010100 | 111101 | 1000100 |
Color Harmonies of #7BAADF
Complementary color
Monochromatic Colors of #7BAADF
Black with #7BAADF
Text Example
Text Example
White with #7BAADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAADF; }
p { color: rgb(123,170,223); }
H1.HeaderClassName
{
color: #7BAADF;
}
.AnyTagClassName
{
color: #7BAADF;
}
</style>
background-color css
<style>
a { background-color: #7BAADF; }
a { background-color: rgb(123,170,223); }
div.DivClassName
{
background-color: #7BAADF;
}
.BgClassName
{
background-color: #7BAADF;
}
</style>
border-color css
<style>
span { border-color: #7BAADF; }
span { border-color: rgb(123,170,223); }
td.TdClassName
{
border-color: #7BAADF;
}
.TagClassName
{
border-color: #7BAADF;
}
</style>