Shades of Jordy Blue #7BADEA
Tints of Jordy Blue #7BADEA
RGB
CMYK
RGB Variations
Color information
#7BADEA (or 0x7BADEA) is known color: Jordy Blue. HEX triplet: 7B, AD and EA. RGB value is (123,173,234). Sum of RGB (Red+Green+Blue) = 123+173+234=530 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.21% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #7BADEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BADEA is #845215. Grayscale: #A4A4A4. Windows color (decimal): -8671766 or 15379835. OLE color: 15379835.
HSL color Cylindrical-coordinate representation of color #7BADEA: hue angle of 212.97º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BADEA is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 173 | 234 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.08 |
| HSL | 212.97º | 0.73% | 0.7% | - |
| HSV(B) | 212.97º | 0.47% | 0.92% | - |
| XYZ | 37.96 | 40.04 | 83.57 | - |
| YUV | 165 | 166.94 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 173 | 234 | 0.47 | 0.26 | 0 | 0.08 | 212.97 | 0.73 | 0.7 |
| Hex | 7B | AD | EA | 2F | 1A | 0 | 8 | D5 | 49 | 46 |
| Octal | 173 | 255 | 352 | 57 | 32 | 0 | 10 | 325 | 111 | 106 |
| Binary | 1111011 | 10101101 | 11101010 | 101111 | 11010 | 0 | 1000 | 11010101 | 1001001 | 1000110 |
Color Harmonies of #7BADEA
Complementary color
Monochromatic Colors of #7BADEA
Black with #7BADEA
Text Example
Text Example
White with #7BADEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BADEA; }
p { color: rgb(123,173,234); }
H1.HeaderClassName
{
color: #7BADEA;
}
.AnyTagClassName
{
color: #7BADEA;
}
</style>
background-color css
<style>
a { background-color: #7BADEA; }
a { background-color: rgb(123,173,234); }
div.DivClassName
{
background-color: #7BADEA;
}
.BgClassName
{
background-color: #7BADEA;
}
</style>
border-color css
<style>
span { border-color: #7BADEA; }
span { border-color: rgb(123,173,234); }
td.TdClassName
{
border-color: #7BADEA;
}
.TagClassName
{
border-color: #7BADEA;
}
</style>