Shades of Jordy Blue #7BAADE
Tints of Jordy Blue #7BAADE
RGB
CMYK
RGB Variations
Color information
#7BAADE (or 0x7BAADE) is known color: Jordy Blue. HEX triplet: 7B, AA and DE. RGB value is (123,170,222). Sum of RGB (Red+Green+Blue) = 123+170+222=515 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.88% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #7BAADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAADE is #845521. Grayscale: #A1A1A1. Windows color (decimal): -8672546 or 14592635. OLE color: 14592635.
HSL color Cylindrical-coordinate representation of color #7BAADE: hue angle of 211.52º degrees, saturation: 0.6, 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 #7BAADE is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 170 | 222 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.13 |
| HSL | 211.52º | 0.6% | 0.68% | - |
| HSV(B) | 211.52º | 0.45% | 0.87% | - |
| XYZ | 35.73 | 38.23 | 74.6 | - |
| YUV | 161.88 | 161.93 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 222 | 0.45 | 0.23 | 0 | 0.13 | 211.52 | 0.6 | 0.68 |
| Hex | 7B | AA | DE | 2D | 17 | 0 | D | D4 | 3C | 44 |
| Octal | 173 | 252 | 336 | 55 | 27 | 0 | 15 | 324 | 74 | 104 |
| Binary | 1111011 | 10101010 | 11011110 | 101101 | 10111 | 0 | 1101 | 11010100 | 111100 | 1000100 |
Color Harmonies of #7BAADE
Complementary color
Monochromatic Colors of #7BAADE
Black with #7BAADE
Text Example
Text Example
White with #7BAADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAADE; }
p { color: rgb(123,170,222); }
H1.HeaderClassName
{
color: #7BAADE;
}
.AnyTagClassName
{
color: #7BAADE;
}
</style>
background-color css
<style>
a { background-color: #7BAADE; }
a { background-color: rgb(123,170,222); }
div.DivClassName
{
background-color: #7BAADE;
}
.BgClassName
{
background-color: #7BAADE;
}
</style>
border-color css
<style>
span { border-color: #7BAADE; }
span { border-color: rgb(123,170,222); }
td.TdClassName
{
border-color: #7BAADE;
}
.TagClassName
{
border-color: #7BAADE;
}
</style>