Shades of Jordy Blue #7FAEEA
Tints of Jordy Blue #7FAEEA
RGB
CMYK
RGB Variations
Color information
#7FAEEA (or 0x7FAEEA) is known color: Jordy Blue. HEX triplet: 7F, AE and EA. RGB value is (127,174,234). Sum of RGB (Red+Green+Blue) = 127+174+234=535 (70% of max value = 765). Red value is 127 (50% from 255 or 23.74% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #7FAEEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FAEEA is #805115. Grayscale: #A6A6A6. Windows color (decimal): -8409366 or 15380095. OLE color: 15380095.
HSL color Cylindrical-coordinate representation of color #7FAEEA: hue angle of 213.64º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FAEEA is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 127 | 174 | 234 | - |
| CMYK | 0.46 | 0.26 | 0 | 0.08 |
| HSL | 213.64º | 0.72% | 0.71% | - |
| HSV(B) | 213.64º | 0.46% | 0.92% | - |
| XYZ | 38.74 | 40.72 | 83.66 | - |
| YUV | 166.79 | 165.93 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 174 | 234 | 0.46 | 0.26 | 0 | 0.08 | 213.64 | 0.72 | 0.71 |
| Hex | 7F | AE | EA | 2E | 1A | 0 | 8 | D6 | 48 | 47 |
| Octal | 177 | 256 | 352 | 56 | 32 | 0 | 10 | 326 | 110 | 107 |
| Binary | 1111111 | 10101110 | 11101010 | 101110 | 11010 | 0 | 1000 | 11010110 | 1001000 | 1000111 |
Color Harmonies of #7FAEEA
Complementary color
Monochromatic Colors of #7FAEEA
Black with #7FAEEA
Text Example
Text Example
White with #7FAEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAEEA; }
p { color: rgb(127,174,234); }
H1.HeaderClassName
{
color: #7FAEEA;
}
.AnyTagClassName
{
color: #7FAEEA;
}
</style>
background-color css
<style>
a { background-color: #7FAEEA; }
a { background-color: rgb(127,174,234); }
div.DivClassName
{
background-color: #7FAEEA;
}
.BgClassName
{
background-color: #7FAEEA;
}
</style>
border-color css
<style>
span { border-color: #7FAEEA; }
span { border-color: rgb(127,174,234); }
td.TdClassName
{
border-color: #7FAEEA;
}
.TagClassName
{
border-color: #7FAEEA;
}
</style>