Shades of Jordy Blue #7FAEDD
Tints of Jordy Blue #7FAEDD
RGB
CMYK
RGB Variations
Color information
#7FAEDD (or 0x7FAEDD) is known color: Jordy Blue. HEX triplet: 7F, AE and DD. RGB value is (127,174,221). Sum of RGB (Red+Green+Blue) = 127+174+221=522 (69% of max value = 765). Red value is 127 (50% from 255 or 24.33% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #7FAEDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAEDD is #805122. Grayscale: #A5A5A5. Windows color (decimal): -8409379 or 14528127. OLE color: 14528127.
HSL color Cylindrical-coordinate representation of color #7FAEDD: hue angle of 210º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FAEDD is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 174 | 221 | - |
| CMYK | 0.43 | 0.21 | 0 | 0.13 |
| HSL | 210º | 0.58% | 0.68% | - |
| HSV(B) | 210º | 0.43% | 0.87% | - |
| XYZ | 36.94 | 40 | 74.18 | - |
| YUV | 165.31 | 159.43 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 174 | 221 | 0.43 | 0.21 | 0 | 0.13 | 210 | 0.58 | 0.68 |
| Hex | 7F | AE | DD | 2B | 15 | 0 | D | D2 | 3A | 44 |
| Octal | 177 | 256 | 335 | 53 | 25 | 0 | 15 | 322 | 72 | 104 |
| Binary | 1111111 | 10101110 | 11011101 | 101011 | 10101 | 0 | 1101 | 11010010 | 111010 | 1000100 |
Color Harmonies of #7FAEDD
Complementary color
Monochromatic Colors of #7FAEDD
Black with #7FAEDD
Text Example
Text Example
White with #7FAEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAEDD; }
p { color: rgb(127,174,221); }
H1.HeaderClassName
{
color: #7FAEDD;
}
.AnyTagClassName
{
color: #7FAEDD;
}
</style>
background-color css
<style>
a { background-color: #7FAEDD; }
a { background-color: rgb(127,174,221); }
div.DivClassName
{
background-color: #7FAEDD;
}
.BgClassName
{
background-color: #7FAEDD;
}
</style>
border-color css
<style>
span { border-color: #7FAEDD; }
span { border-color: rgb(127,174,221); }
td.TdClassName
{
border-color: #7FAEDD;
}
.TagClassName
{
border-color: #7FAEDD;
}
</style>