Shades of Jordy Blue #7BAFE9
Tints of Jordy Blue #7BAFE9
RGB
CMYK
RGB Variations
Color information
#7BAFE9 (or 0x7BAFE9) is known color: Jordy Blue. HEX triplet: 7B, AF and E9. RGB value is (123,175,233). Sum of RGB (Red+Green+Blue) = 123+175+233=531 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.16% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 233 - color contains mainly: blue. Hex color #7BAFE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BAFE9 is #845016. Grayscale: #A5A5A5. Windows color (decimal): -8671255 or 15314811. OLE color: 15314811.
HSL color Cylindrical-coordinate representation of color #7BAFE9: hue angle of 211.64º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BAFE9 is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 123 | 175 | 233 | - |
| CMYK | 0.47 | 0.25 | 0 | 0.09 |
| HSL | 211.64º | 0.71% | 0.7% | - |
| HSV(B) | 211.64º | 0.47% | 0.91% | - |
| XYZ | 38.21 | 40.75 | 82.94 | - |
| YUV | 166.06 | 165.77 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 233 | 0.47 | 0.25 | 0 | 0.09 | 211.64 | 0.71 | 0.7 |
| Hex | 7B | AF | E9 | 2F | 19 | 0 | 9 | D4 | 47 | 46 |
| Octal | 173 | 257 | 351 | 57 | 31 | 0 | 11 | 324 | 107 | 106 |
| Binary | 1111011 | 10101111 | 11101001 | 101111 | 11001 | 0 | 1001 | 11010100 | 1000111 | 1000110 |
Color Harmonies of #7BAFE9
Complementary color
Monochromatic Colors of #7BAFE9
Black with #7BAFE9
Text Example
Text Example
White with #7BAFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAFE9; }
p { color: rgb(123,175,233); }
H1.HeaderClassName
{
color: #7BAFE9;
}
.AnyTagClassName
{
color: #7BAFE9;
}
</style>
background-color css
<style>
a { background-color: #7BAFE9; }
a { background-color: rgb(123,175,233); }
div.DivClassName
{
background-color: #7BAFE9;
}
.BgClassName
{
background-color: #7BAFE9;
}
</style>
border-color css
<style>
span { border-color: #7BAFE9; }
span { border-color: rgb(123,175,233); }
td.TdClassName
{
border-color: #7BAFE9;
}
.TagClassName
{
border-color: #7BAFE9;
}
</style>