Shades of Jordy Blue #7FAAFD
Tints of Jordy Blue #7FAAFD
RGB
CMYK
RGB Variations
Color information
#7FAAFD (or 0x7FAAFD) is known color: Jordy Blue. HEX triplet: 7F, AA and FD. RGB value is (127,170,253). Sum of RGB (Red+Green+Blue) = 127+170+253=550 (72% of max value = 765). Red value is 127 (50% from 255 or 23.09% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #7FAAFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FAAFD is #805502. Grayscale: #A6A6A6. Windows color (decimal): -8410371 or 16624255. OLE color: 16624255.
HSL color Cylindrical-coordinate representation of color #7FAAFD: hue angle of 219.52º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FAAFD is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 170 | 253 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.01 |
| HSL | 219.52º | 0.97% | 0.75% | - |
| HSV(B) | 219.52º | 0.5% | 0.99% | - |
| XYZ | 40.86 | 40.35 | 98.56 | - |
| YUV | 166.61 | 176.75 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 253 | 0.50 | 0.33 | 0 | 0.01 | 219.52 | 0.97 | 0.75 |
| Hex | 7F | AA | FD | 32 | 21 | 0 | 1 | DC | 61 | 4B |
| Octal | 177 | 252 | 375 | 62 | 41 | 0 | 1 | 334 | 141 | 113 |
| Binary | 1111111 | 10101010 | 11111101 | 110010 | 100001 | 0 | 1 | 11011100 | 1100001 | 1001011 |
Color Harmonies of #7FAAFD
Complementary color
Monochromatic Colors of #7FAAFD
Black with #7FAAFD
Text Example
Text Example
White with #7FAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAAFD; }
p { color: rgb(127,170,253); }
H1.HeaderClassName
{
color: #7FAAFD;
}
.AnyTagClassName
{
color: #7FAAFD;
}
</style>
background-color css
<style>
a { background-color: #7FAAFD; }
a { background-color: rgb(127,170,253); }
div.DivClassName
{
background-color: #7FAAFD;
}
.BgClassName
{
background-color: #7FAAFD;
}
</style>
border-color css
<style>
span { border-color: #7FAAFD; }
span { border-color: rgb(127,170,253); }
td.TdClassName
{
border-color: #7FAAFD;
}
.TagClassName
{
border-color: #7FAAFD;
}
</style>