Shades of Jordy Blue #7BADD8
Tints of Jordy Blue #7BADD8
RGB
CMYK
RGB Variations
Color information
#7BADD8 (or 0x7BADD8) is known color: Jordy Blue. HEX triplet: 7B, AD and D8. RGB value is (123,173,216). Sum of RGB (Red+Green+Blue) = 123+173+216=512 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.02% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 216 (84.77% from 255 or 42.19% from 512); Max value from RGB is 216 - color contains mainly: blue. Hex color #7BADD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BADD8 is #845227. Grayscale: #A2A2A2. Windows color (decimal): -8671784 or 14200187. OLE color: 14200187.
HSL color Cylindrical-coordinate representation of color #7BADD8: hue angle of 207.74º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BADD8 is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 173 | 216 | - |
| CMYK | 0.43 | 0.20 | 0 | 0.15 |
| HSL | 207.74º | 0.54% | 0.66% | - |
| HSV(B) | 207.74º | 0.43% | 0.85% | - |
| XYZ | 35.51 | 39.06 | 70.63 | - |
| YUV | 162.95 | 157.94 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 173 | 216 | 0.43 | 0.20 | 0 | 0.15 | 207.74 | 0.54 | 0.66 |
| Hex | 7B | AD | D8 | 2B | 14 | 0 | F | D0 | 36 | 42 |
| Octal | 173 | 255 | 330 | 53 | 24 | 0 | 17 | 320 | 66 | 102 |
| Binary | 1111011 | 10101101 | 11011000 | 101011 | 10100 | 0 | 1111 | 11010000 | 110110 | 1000010 |
Color Harmonies of #7BADD8
Complementary color
Monochromatic Colors of #7BADD8
Black with #7BADD8
Text Example
Text Example
White with #7BADD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BADD8; }
p { color: rgb(123,173,216); }
H1.HeaderClassName
{
color: #7BADD8;
}
.AnyTagClassName
{
color: #7BADD8;
}
</style>
background-color css
<style>
a { background-color: #7BADD8; }
a { background-color: rgb(123,173,216); }
div.DivClassName
{
background-color: #7BADD8;
}
.BgClassName
{
background-color: #7BADD8;
}
</style>
border-color css
<style>
span { border-color: #7BADD8; }
span { border-color: rgb(123,173,216); }
td.TdClassName
{
border-color: #7BADD8;
}
.TagClassName
{
border-color: #7BADD8;
}
</style>