Shades of Jordy Blue #7FA6DC
Tints of Jordy Blue #7FA6DC
RGB
CMYK
RGB Variations
Color information
#7FA6DC (or 0x7FA6DC) is known color: Jordy Blue. HEX triplet: 7F, A6 and DC. RGB value is (127,166,220). Sum of RGB (Red+Green+Blue) = 127+166+220=513 (67% of max value = 765). Red value is 127 (50% from 255 or 24.76% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #7FA6DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA6DC is #805923. Grayscale: #A0A0A0. Windows color (decimal): -8411428 or 14460543. OLE color: 14460543.
HSL color Cylindrical-coordinate representation of color #7FA6DC: hue angle of 214.84º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FA6DC is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 166 | 220 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.14 |
| HSL | 214.84º | 0.57% | 0.68% | - |
| HSV(B) | 214.84º | 0.42% | 0.86% | - |
| XYZ | 35.31 | 36.95 | 72.98 | - |
| YUV | 160.5 | 161.58 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 166 | 220 | 0.42 | 0.25 | 0 | 0.14 | 214.84 | 0.57 | 0.68 |
| Hex | 7F | A6 | DC | 2A | 19 | 0 | E | D7 | 39 | 44 |
| Octal | 177 | 246 | 334 | 52 | 31 | 0 | 16 | 327 | 71 | 104 |
| Binary | 1111111 | 10100110 | 11011100 | 101010 | 11001 | 0 | 1110 | 11010111 | 111001 | 1000100 |
Color Harmonies of #7FA6DC
Complementary color
Monochromatic Colors of #7FA6DC
Black with #7FA6DC
Text Example
Text Example
White with #7FA6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA6DC; }
p { color: rgb(127,166,220); }
H1.HeaderClassName
{
color: #7FA6DC;
}
.AnyTagClassName
{
color: #7FA6DC;
}
</style>
background-color css
<style>
a { background-color: #7FA6DC; }
a { background-color: rgb(127,166,220); }
div.DivClassName
{
background-color: #7FA6DC;
}
.BgClassName
{
background-color: #7FA6DC;
}
</style>
border-color css
<style>
span { border-color: #7FA6DC; }
span { border-color: rgb(127,166,220); }
td.TdClassName
{
border-color: #7FA6DC;
}
.TagClassName
{
border-color: #7FA6DC;
}
</style>