Shades of Jordy Blue #7FAEDA
Tints of Jordy Blue #7FAEDA
RGB
CMYK
RGB Variations
Color information
#7FAEDA (or 0x7FAEDA) is known color: Jordy Blue. HEX triplet: 7F, AE and DA. RGB value is (127,174,218). Sum of RGB (Red+Green+Blue) = 127+174+218=519 (68% of max value = 765). Red value is 127 (50% from 255 or 24.47% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #7FAEDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAEDA is #805125. Grayscale: #A4A4A4. Windows color (decimal): -8409382 or 14331519. OLE color: 14331519.
HSL color Cylindrical-coordinate representation of color #7FAEDA: hue angle of 209.01º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FAEDA is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 174 | 218 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.15 |
| HSL | 209.01º | 0.55% | 0.68% | - |
| HSV(B) | 209.01º | 0.42% | 0.85% | - |
| XYZ | 36.54 | 39.85 | 72.09 | - |
| YUV | 164.96 | 157.93 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 174 | 218 | 0.42 | 0.20 | 0 | 0.15 | 209.01 | 0.55 | 0.68 |
| Hex | 7F | AE | DA | 2A | 14 | 0 | F | D1 | 37 | 44 |
| Octal | 177 | 256 | 332 | 52 | 24 | 0 | 17 | 321 | 67 | 104 |
| Binary | 1111111 | 10101110 | 11011010 | 101010 | 10100 | 0 | 1111 | 11010001 | 110111 | 1000100 |
Color Harmonies of #7FAEDA
Complementary color
Monochromatic Colors of #7FAEDA
Black with #7FAEDA
Text Example
Text Example
White with #7FAEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAEDA; }
p { color: rgb(127,174,218); }
H1.HeaderClassName
{
color: #7FAEDA;
}
.AnyTagClassName
{
color: #7FAEDA;
}
</style>
background-color css
<style>
a { background-color: #7FAEDA; }
a { background-color: rgb(127,174,218); }
div.DivClassName
{
background-color: #7FAEDA;
}
.BgClassName
{
background-color: #7FAEDA;
}
</style>
border-color css
<style>
span { border-color: #7FAEDA; }
span { border-color: rgb(127,174,218); }
td.TdClassName
{
border-color: #7FAEDA;
}
.TagClassName
{
border-color: #7FAEDA;
}
</style>