Shades of Jordy Blue #7EAFF9
Tints of Jordy Blue #7EAFF9
RGB
CMYK
RGB Variations
Color information
#7EAFF9 (or 0x7EAFF9) is known color: Jordy Blue. HEX triplet: 7E, AF and F9. RGB value is (126,175,249). Sum of RGB (Red+Green+Blue) = 126+175+249=550 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.91% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 249 (97.66% from 255 or 45.27% from 550); Max value from RGB is 249 - color contains mainly: blue. Hex color #7EAFF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EAFF9 is #815006. Grayscale: #A8A8A8. Windows color (decimal): -8474631 or 16363390. OLE color: 16363390.
HSL color Cylindrical-coordinate representation of color #7EAFF9: hue angle of 216.1º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EAFF9 is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 175 | 249 | - |
| CMYK | 0.49 | 0.30 | 0 | 0.02 |
| HSL | 216.1º | 0.91% | 0.74% | - |
| HSV(B) | 216.1º | 0.49% | 0.98% | - |
| XYZ | 41.03 | 41.94 | 95.55 | - |
| YUV | 168.79 | 173.27 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 175 | 249 | 0.49 | 0.30 | 0 | 0.02 | 216.1 | 0.91 | 0.74 |
| Hex | 7E | AF | F9 | 31 | 1E | 0 | 2 | D8 | 5B | 4A |
| Octal | 176 | 257 | 371 | 61 | 36 | 0 | 2 | 330 | 133 | 112 |
| Binary | 1111110 | 10101111 | 11111001 | 110001 | 11110 | 0 | 10 | 11011000 | 1011011 | 1001010 |
Color Harmonies of #7EAFF9
Complementary color
Monochromatic Colors of #7EAFF9
Black with #7EAFF9
Text Example
Text Example
White with #7EAFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAFF9; }
p { color: rgb(126,175,249); }
H1.HeaderClassName
{
color: #7EAFF9;
}
.AnyTagClassName
{
color: #7EAFF9;
}
</style>
background-color css
<style>
a { background-color: #7EAFF9; }
a { background-color: rgb(126,175,249); }
div.DivClassName
{
background-color: #7EAFF9;
}
.BgClassName
{
background-color: #7EAFF9;
}
</style>
border-color css
<style>
span { border-color: #7EAFF9; }
span { border-color: rgb(126,175,249); }
td.TdClassName
{
border-color: #7EAFF9;
}
.TagClassName
{
border-color: #7EAFF9;
}
</style>