Shades of Jordy Blue #7BADD6
Tints of Jordy Blue #7BADD6
RGB
CMYK
RGB Variations
Color information
#7BADD6 (or 0x7BADD6) is known color: Jordy Blue. HEX triplet: 7B, AD and D6. RGB value is (123,173,214). Sum of RGB (Red+Green+Blue) = 123+173+214=510 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.12% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 214 (83.98% from 255 or 41.96% from 510); Max value from RGB is 214 - color contains mainly: blue. Hex color #7BADD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BADD6 is #845229. Grayscale: #A2A2A2. Windows color (decimal): -8671786 or 14069115. OLE color: 14069115.
HSL color Cylindrical-coordinate representation of color #7BADD6: hue angle of 207.03º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BADD6 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 123 | 173 | 214 | - |
| CMYK | 0.43 | 0.19 | 0 | 0.16 |
| HSL | 207.03º | 0.53% | 0.66% | - |
| HSV(B) | 207.03º | 0.43% | 0.84% | - |
| XYZ | 35.25 | 38.95 | 69.28 | - |
| YUV | 162.72 | 156.94 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 173 | 214 | 0.43 | 0.19 | 0 | 0.16 | 207.03 | 0.53 | 0.66 |
| Hex | 7B | AD | D6 | 2B | 13 | 0 | 10 | CF | 35 | 42 |
| Octal | 173 | 255 | 326 | 53 | 23 | 0 | 20 | 317 | 65 | 102 |
| Binary | 1111011 | 10101101 | 11010110 | 101011 | 10011 | 0 | 10000 | 11001111 | 110101 | 1000010 |
Color Harmonies of #7BADD6
Complementary color
Monochromatic Colors of #7BADD6
Black with #7BADD6
Text Example
Text Example
White with #7BADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BADD6; }
p { color: rgb(123,173,214); }
H1.HeaderClassName
{
color: #7BADD6;
}
.AnyTagClassName
{
color: #7BADD6;
}
</style>
background-color css
<style>
a { background-color: #7BADD6; }
a { background-color: rgb(123,173,214); }
div.DivClassName
{
background-color: #7BADD6;
}
.BgClassName
{
background-color: #7BADD6;
}
</style>
border-color css
<style>
span { border-color: #7BADD6; }
span { border-color: rgb(123,173,214); }
td.TdClassName
{
border-color: #7BADD6;
}
.TagClassName
{
border-color: #7BADD6;
}
</style>