Shades of Jordy Blue #7BAADA
Tints of Jordy Blue #7BAADA
RGB
CMYK
RGB Variations
Color information
#7BAADA (or 0x7BAADA) is known color: Jordy Blue. HEX triplet: 7B, AA and DA. RGB value is (123,170,218). Sum of RGB (Red+Green+Blue) = 123+170+218=511 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.07% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #7BAADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAADA is #845525. Grayscale: #A1A1A1. Windows color (decimal): -8672550 or 14330491. OLE color: 14330491.
HSL color Cylindrical-coordinate representation of color #7BAADA: hue angle of 210.32º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BAADA is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 170 | 218 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.15 |
| HSL | 210.32º | 0.56% | 0.67% | - |
| HSV(B) | 210.32º | 0.44% | 0.85% | - |
| XYZ | 35.2 | 38.02 | 71.81 | - |
| YUV | 161.42 | 159.93 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 218 | 0.44 | 0.22 | 0 | 0.15 | 210.32 | 0.56 | 0.67 |
| Hex | 7B | AA | DA | 2C | 16 | 0 | F | D2 | 38 | 43 |
| Octal | 173 | 252 | 332 | 54 | 26 | 0 | 17 | 322 | 70 | 103 |
| Binary | 1111011 | 10101010 | 11011010 | 101100 | 10110 | 0 | 1111 | 11010010 | 111000 | 1000011 |
Color Harmonies of #7BAADA
Complementary color
Monochromatic Colors of #7BAADA
Black with #7BAADA
Text Example
Text Example
White with #7BAADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAADA; }
p { color: rgb(123,170,218); }
H1.HeaderClassName
{
color: #7BAADA;
}
.AnyTagClassName
{
color: #7BAADA;
}
</style>
background-color css
<style>
a { background-color: #7BAADA; }
a { background-color: rgb(123,170,218); }
div.DivClassName
{
background-color: #7BAADA;
}
.BgClassName
{
background-color: #7BAADA;
}
</style>
border-color css
<style>
span { border-color: #7BAADA; }
span { border-color: rgb(123,170,218); }
td.TdClassName
{
border-color: #7BAADA;
}
.TagClassName
{
border-color: #7BAADA;
}
</style>