Shades of Jordy Blue #7FAAE0
Tints of Jordy Blue #7FAAE0
RGB
CMYK
RGB Variations
Color information
#7FAAE0 (or 0x7FAAE0) is known color: Jordy Blue. HEX triplet: 7F, AA and E0. RGB value is (127,170,224). Sum of RGB (Red+Green+Blue) = 127+170+224=521 (69% of max value = 765). Red value is 127 (50% from 255 or 24.38% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #7FAAE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAAE0 is #80551F. Grayscale: #A3A3A3. Windows color (decimal): -8410400 or 14723711. OLE color: 14723711.
HSL color Cylindrical-coordinate representation of color #7FAAE0: hue angle of 213.4º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FAAE0 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 127 | 170 | 224 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.12 |
| HSL | 213.4º | 0.61% | 0.69% | - |
| HSV(B) | 213.4º | 0.43% | 0.88% | - |
| XYZ | 36.58 | 38.64 | 76.05 | - |
| YUV | 163.3 | 162.25 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 224 | 0.43 | 0.24 | 0 | 0.12 | 213.4 | 0.61 | 0.69 |
| Hex | 7F | AA | E0 | 2B | 18 | 0 | C | D5 | 3D | 45 |
| Octal | 177 | 252 | 340 | 53 | 30 | 0 | 14 | 325 | 75 | 105 |
| Binary | 1111111 | 10101010 | 11100000 | 101011 | 11000 | 0 | 1100 | 11010101 | 111101 | 1000101 |
Color Harmonies of #7FAAE0
Complementary color
Monochromatic Colors of #7FAAE0
Black with #7FAAE0
Text Example
Text Example
White with #7FAAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAAE0; }
p { color: rgb(127,170,224); }
H1.HeaderClassName
{
color: #7FAAE0;
}
.AnyTagClassName
{
color: #7FAAE0;
}
</style>
background-color css
<style>
a { background-color: #7FAAE0; }
a { background-color: rgb(127,170,224); }
div.DivClassName
{
background-color: #7FAAE0;
}
.BgClassName
{
background-color: #7FAAE0;
}
</style>
border-color css
<style>
span { border-color: #7FAAE0; }
span { border-color: rgb(127,170,224); }
td.TdClassName
{
border-color: #7FAAE0;
}
.TagClassName
{
border-color: #7FAAE0;
}
</style>