Shades of Jordy Blue #7FAAED
Tints of Jordy Blue #7FAAED
RGB
CMYK
RGB Variations
Color information
#7FAAED (or 0x7FAAED) is known color: Jordy Blue. HEX triplet: 7F, AA and ED. RGB value is (127,170,237). Sum of RGB (Red+Green+Blue) = 127+170+237=534 (70% of max value = 765). Red value is 127 (50% from 255 or 23.78% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #7FAAED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FAAED is #805512. Grayscale: #A4A4A4. Windows color (decimal): -8410387 or 15575679. OLE color: 15575679.
HSL color Cylindrical-coordinate representation of color #7FAAED: hue angle of 216.55º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FAAED is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 170 | 237 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.07 |
| HSL | 216.55º | 0.75% | 0.71% | - |
| HSV(B) | 216.55º | 0.46% | 0.93% | - |
| XYZ | 38.41 | 39.38 | 85.7 | - |
| YUV | 164.78 | 168.75 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 237 | 0.46 | 0.28 | 0 | 0.07 | 216.55 | 0.75 | 0.71 |
| Hex | 7F | AA | ED | 2E | 1C | 0 | 7 | D9 | 4B | 47 |
| Octal | 177 | 252 | 355 | 56 | 34 | 0 | 7 | 331 | 113 | 107 |
| Binary | 1111111 | 10101010 | 11101101 | 101110 | 11100 | 0 | 111 | 11011001 | 1001011 | 1000111 |
Color Harmonies of #7FAAED
Complementary color
Monochromatic Colors of #7FAAED
Black with #7FAAED
Text Example
Text Example
White with #7FAAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAAED; }
p { color: rgb(127,170,237); }
H1.HeaderClassName
{
color: #7FAAED;
}
.AnyTagClassName
{
color: #7FAAED;
}
</style>
background-color css
<style>
a { background-color: #7FAAED; }
a { background-color: rgb(127,170,237); }
div.DivClassName
{
background-color: #7FAAED;
}
.BgClassName
{
background-color: #7FAAED;
}
</style>
border-color css
<style>
span { border-color: #7FAAED; }
span { border-color: rgb(127,170,237); }
td.TdClassName
{
border-color: #7FAAED;
}
.TagClassName
{
border-color: #7FAAED;
}
</style>