Shades of Jordy Blue #7BAAEB
Tints of Jordy Blue #7BAAEB
RGB
CMYK
RGB Variations
Color information
#7BAAEB (or 0x7BAAEB) is known color: Jordy Blue. HEX triplet: 7B, AA and EB. RGB value is (123,170,235). Sum of RGB (Red+Green+Blue) = 123+170+235=528 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.30% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #7BAAEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BAAEB is #845514. Grayscale: #A3A3A3. Windows color (decimal): -8672533 or 15444603. OLE color: 15444603.
HSL color Cylindrical-coordinate representation of color #7BAAEB: hue angle of 214.82º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BAAEB is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 170 | 235 | - |
| CMYK | 0.48 | 0.28 | 0 | 0.08 |
| HSL | 214.82º | 0.74% | 0.7% | - |
| HSV(B) | 214.82º | 0.48% | 0.92% | - |
| XYZ | 37.54 | 38.96 | 84.14 | - |
| YUV | 163.36 | 168.43 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 235 | 0.48 | 0.28 | 0 | 0.08 | 214.82 | 0.74 | 0.7 |
| Hex | 7B | AA | EB | 30 | 1C | 0 | 8 | D7 | 4A | 46 |
| Octal | 173 | 252 | 353 | 60 | 34 | 0 | 10 | 327 | 112 | 106 |
| Binary | 1111011 | 10101010 | 11101011 | 110000 | 11100 | 0 | 1000 | 11010111 | 1001010 | 1000110 |
Color Harmonies of #7BAAEB
Complementary color
Monochromatic Colors of #7BAAEB
Black with #7BAAEB
Text Example
Text Example
White with #7BAAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAAEB; }
p { color: rgb(123,170,235); }
H1.HeaderClassName
{
color: #7BAAEB;
}
.AnyTagClassName
{
color: #7BAAEB;
}
</style>
background-color css
<style>
a { background-color: #7BAAEB; }
a { background-color: rgb(123,170,235); }
div.DivClassName
{
background-color: #7BAAEB;
}
.BgClassName
{
background-color: #7BAAEB;
}
</style>
border-color css
<style>
span { border-color: #7BAAEB; }
span { border-color: rgb(123,170,235); }
td.TdClassName
{
border-color: #7BAAEB;
}
.TagClassName
{
border-color: #7BAAEB;
}
</style>