Shades of Jordy Blue #7FAAEA
Tints of Jordy Blue #7FAAEA
RGB
CMYK
RGB Variations
Color information
#7FAAEA (or 0x7FAAEA) is known color: Jordy Blue. HEX triplet: 7F, AA and EA. RGB value is (127,170,234). Sum of RGB (Red+Green+Blue) = 127+170+234=531 (70% of max value = 765). Red value is 127 (50% from 255 or 23.92% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #7FAAEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FAAEA is #805515. Grayscale: #A4A4A4. Windows color (decimal): -8410390 or 15379071. OLE color: 15379071.
HSL color Cylindrical-coordinate representation of color #7FAAEA: hue angle of 215.89º 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 #7FAAEA is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 127 | 170 | 234 | - |
| CMYK | 0.46 | 0.27 | 0 | 0.08 |
| HSL | 215.89º | 0.72% | 0.71% | - |
| HSV(B) | 215.89º | 0.46% | 0.92% | - |
| XYZ | 37.98 | 39.2 | 83.41 | - |
| YUV | 164.44 | 167.25 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 234 | 0.46 | 0.27 | 0 | 0.08 | 215.89 | 0.72 | 0.71 |
| Hex | 7F | AA | EA | 2E | 1B | 0 | 8 | D8 | 48 | 47 |
| Octal | 177 | 252 | 352 | 56 | 33 | 0 | 10 | 330 | 110 | 107 |
| Binary | 1111111 | 10101010 | 11101010 | 101110 | 11011 | 0 | 1000 | 11011000 | 1001000 | 1000111 |
Color Harmonies of #7FAAEA
Complementary color
Monochromatic Colors of #7FAAEA
Black with #7FAAEA
Text Example
Text Example
White with #7FAAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAAEA; }
p { color: rgb(127,170,234); }
H1.HeaderClassName
{
color: #7FAAEA;
}
.AnyTagClassName
{
color: #7FAAEA;
}
</style>
background-color css
<style>
a { background-color: #7FAAEA; }
a { background-color: rgb(127,170,234); }
div.DivClassName
{
background-color: #7FAAEA;
}
.BgClassName
{
background-color: #7FAAEA;
}
</style>
border-color css
<style>
span { border-color: #7FAAEA; }
span { border-color: rgb(127,170,234); }
td.TdClassName
{
border-color: #7FAAEA;
}
.TagClassName
{
border-color: #7FAAEA;
}
</style>