Shades of Jordy Blue #7FA6ED
Tints of Jordy Blue #7FA6ED
RGB
CMYK
RGB Variations
Color information
#7FA6ED (or 0x7FA6ED) is known color: Jordy Blue. HEX triplet: 7F, A6 and ED. RGB value is (127,166,237). Sum of RGB (Red+Green+Blue) = 127+166+237=530 (70% of max value = 765). Red value is 127 (50% from 255 or 23.96% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #7FA6ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FA6ED is #805912. Grayscale: #A2A2A2. Windows color (decimal): -8411411 or 15574655. OLE color: 15574655.
HSL color Cylindrical-coordinate representation of color #7FA6ED: hue angle of 218.73º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FA6ED is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 166 | 237 | - |
| CMYK | 0.46 | 0.30 | 0 | 0.07 |
| HSL | 218.73º | 0.75% | 0.71% | - |
| HSV(B) | 218.73º | 0.46% | 0.93% | - |
| XYZ | 37.67 | 37.9 | 85.45 | - |
| YUV | 162.43 | 170.08 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 166 | 237 | 0.46 | 0.30 | 0 | 0.07 | 218.73 | 0.75 | 0.71 |
| Hex | 7F | A6 | ED | 2E | 1E | 0 | 7 | DB | 4B | 47 |
| Octal | 177 | 246 | 355 | 56 | 36 | 0 | 7 | 333 | 113 | 107 |
| Binary | 1111111 | 10100110 | 11101101 | 101110 | 11110 | 0 | 111 | 11011011 | 1001011 | 1000111 |
Color Harmonies of #7FA6ED
Complementary color
Monochromatic Colors of #7FA6ED
Black with #7FA6ED
Text Example
Text Example
White with #7FA6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA6ED; }
p { color: rgb(127,166,237); }
H1.HeaderClassName
{
color: #7FA6ED;
}
.AnyTagClassName
{
color: #7FA6ED;
}
</style>
background-color css
<style>
a { background-color: #7FA6ED; }
a { background-color: rgb(127,166,237); }
div.DivClassName
{
background-color: #7FA6ED;
}
.BgClassName
{
background-color: #7FA6ED;
}
</style>
border-color css
<style>
span { border-color: #7FA6ED; }
span { border-color: rgb(127,166,237); }
td.TdClassName
{
border-color: #7FA6ED;
}
.TagClassName
{
border-color: #7FA6ED;
}
</style>