Shades of Jordy Blue #7FAEDF
Tints of Jordy Blue #7FAEDF
RGB
CMYK
RGB Variations
Color information
#7FAEDF (or 0x7FAEDF) is known color: Jordy Blue. HEX triplet: 7F, AE and DF. RGB value is (127,174,223). Sum of RGB (Red+Green+Blue) = 127+174+223=524 (69% of max value = 765). Red value is 127 (50% from 255 or 24.24% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #7FAEDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAEDF is #805120. Grayscale: #A5A5A5. Windows color (decimal): -8409377 or 14659199. OLE color: 14659199.
HSL color Cylindrical-coordinate representation of color #7FAEDF: hue angle of 210.62º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FAEDF is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 174 | 223 | - |
| CMYK | 0.43 | 0.22 | 0 | 0.13 |
| HSL | 210.63º | 0.6% | 0.69% | - |
| HSV(B) | 210.63º | 0.43% | 0.87% | - |
| XYZ | 37.21 | 40.11 | 75.59 | - |
| YUV | 165.53 | 160.43 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 174 | 223 | 0.43 | 0.22 | 0 | 0.13 | 210.63 | 0.6 | 0.69 |
| Hex | 7F | AE | DF | 2B | 16 | 0 | D | D3 | 3C | 45 |
| Octal | 177 | 256 | 337 | 53 | 26 | 0 | 15 | 323 | 74 | 105 |
| Binary | 1111111 | 10101110 | 11011111 | 101011 | 10110 | 0 | 1101 | 11010011 | 111100 | 1000101 |
Color Harmonies of #7FAEDF
Complementary color
Monochromatic Colors of #7FAEDF
Black with #7FAEDF
Text Example
Text Example
White with #7FAEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAEDF; }
p { color: rgb(127,174,223); }
H1.HeaderClassName
{
color: #7FAEDF;
}
.AnyTagClassName
{
color: #7FAEDF;
}
</style>
background-color css
<style>
a { background-color: #7FAEDF; }
a { background-color: rgb(127,174,223); }
div.DivClassName
{
background-color: #7FAEDF;
}
.BgClassName
{
background-color: #7FAEDF;
}
</style>
border-color css
<style>
span { border-color: #7FAEDF; }
span { border-color: rgb(127,174,223); }
td.TdClassName
{
border-color: #7FAEDF;
}
.TagClassName
{
border-color: #7FAEDF;
}
</style>