Shades of Jordy Blue #7BAAFE
Tints of Jordy Blue #7BAAFE
RGB
CMYK
RGB Variations
Color information
#7BAAFE (or 0x7BAAFE) is known color: Jordy Blue. HEX triplet: 7B, AA and FE. RGB value is (123,170,254). Sum of RGB (Red+Green+Blue) = 123+170+254=547 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.49% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BAAFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BAAFE is #845501. Grayscale: #A5A5A5. Windows color (decimal): -8672514 or 16689787. OLE color: 16689787.
HSL color Cylindrical-coordinate representation of color #7BAAFE: hue angle of 218.47º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BAAFE is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 170 | 254 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.00 |
| HSL | 218.47º | 0.98% | 0.74% | - |
| HSV(B) | 218.47º | 0.52% | 1% | - |
| XYZ | 40.43 | 40.12 | 99.38 | - |
| YUV | 165.52 | 177.93 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 254 | 0.52 | 0.33 | 0 | 0.00 | 218.47 | 0.98 | 0.74 |
| Hex | 7B | AA | FE | 34 | 21 | 0 | 0 | DA | 62 | 4A |
| Octal | 173 | 252 | 376 | 64 | 41 | 0 | 0 | 332 | 142 | 112 |
| Binary | 1111011 | 10101010 | 11111110 | 110100 | 100001 | 0 | 0 | 11011010 | 1100010 | 1001010 |
Color Harmonies of #7BAAFE
Complementary color
Monochromatic Colors of #7BAAFE
Black with #7BAAFE
Text Example
Text Example
White with #7BAAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAAFE; }
p { color: rgb(123,170,254); }
H1.HeaderClassName
{
color: #7BAAFE;
}
.AnyTagClassName
{
color: #7BAAFE;
}
</style>
background-color css
<style>
a { background-color: #7BAAFE; }
a { background-color: rgb(123,170,254); }
div.DivClassName
{
background-color: #7BAAFE;
}
.BgClassName
{
background-color: #7BAAFE;
}
</style>
border-color css
<style>
span { border-color: #7BAAFE; }
span { border-color: rgb(123,170,254); }
td.TdClassName
{
border-color: #7BAAFE;
}
.TagClassName
{
border-color: #7BAAFE;
}
</style>