Shades of Jordy Blue #7BAEEA
Tints of Jordy Blue #7BAEEA
RGB
CMYK
RGB Variations
Color information
#7BAEEA (or 0x7BAEEA) is known color: Jordy Blue. HEX triplet: 7B, AE and EA. RGB value is (123,174,234). Sum of RGB (Red+Green+Blue) = 123+174+234=531 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.16% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #7BAEEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BAEEA is #845115. Grayscale: #A5A5A5. Windows color (decimal): -8671510 or 15380091. OLE color: 15380091.
HSL color Cylindrical-coordinate representation of color #7BAEEA: hue angle of 212.43º 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 #7BAEEA is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 174 | 234 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.08 |
| HSL | 212.43º | 0.73% | 0.7% | - |
| HSV(B) | 212.43º | 0.47% | 0.92% | - |
| XYZ | 38.16 | 40.42 | 83.63 | - |
| YUV | 165.59 | 166.6 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 174 | 234 | 0.47 | 0.26 | 0 | 0.08 | 212.43 | 0.73 | 0.7 |
| Hex | 7B | AE | EA | 2F | 1A | 0 | 8 | D4 | 49 | 46 |
| Octal | 173 | 256 | 352 | 57 | 32 | 0 | 10 | 324 | 111 | 106 |
| Binary | 1111011 | 10101110 | 11101010 | 101111 | 11010 | 0 | 1000 | 11010100 | 1001001 | 1000110 |
Color Harmonies of #7BAEEA
Complementary color
Monochromatic Colors of #7BAEEA
Black with #7BAEEA
Text Example
Text Example
White with #7BAEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAEEA; }
p { color: rgb(123,174,234); }
H1.HeaderClassName
{
color: #7BAEEA;
}
.AnyTagClassName
{
color: #7BAEEA;
}
</style>
background-color css
<style>
a { background-color: #7BAEEA; }
a { background-color: rgb(123,174,234); }
div.DivClassName
{
background-color: #7BAEEA;
}
.BgClassName
{
background-color: #7BAEEA;
}
</style>
border-color css
<style>
span { border-color: #7BAEEA; }
span { border-color: rgb(123,174,234); }
td.TdClassName
{
border-color: #7BAEEA;
}
.TagClassName
{
border-color: #7BAEEA;
}
</style>